| 1 | <?php |
||
| 17 | class MapsMapperTest extends \PHPUnit_Framework_TestCase { |
||
| 18 | |||
| 19 | public function setUp() { |
||
| 24 | |||
| 25 | public function imageUrlProvider() { |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Tests MapsMapperTest::getFileUrl() |
||
| 36 | * |
||
| 37 | * @dataProvider imageUrlProvider |
||
| 38 | */ |
||
| 39 | public function testGetFileUrl($file, $expected) { |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Tests MapsMapperTest::getFileUrl() |
||
| 45 | */ |
||
| 46 | public function testGivenNull_getFileUrlReturnsNull() { |
||
| 49 | |||
| 50 | // TODO test with existing imagePage |
||
| 51 | } |
||
| 52 |
This method has been deprecated.