| 1 | <?php |
||
| 7 | class MediaPathTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** @test */ |
||
| 10 | public function it_can_instantiate_value_object() |
||
| 16 | |||
| 17 | /** @test */ |
||
| 18 | public function it_only_acepts_a_string_as_argument() |
||
| 24 | |||
| 25 | /** @test */ |
||
| 26 | public function it_can_get_the_url() |
||
| 32 | |||
| 33 | /** @test */ |
||
| 34 | public function it_can_get_the_relative_url() |
||
| 40 | |||
| 41 | /** @test */ |
||
| 42 | public function it_casts_media_path_to_string_using_url_method() |
||
| 49 | } |
||
| 50 |