@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | class GalleryImageShortCodeHandlerTest extends SapphireTest { |
| 4 | - protected static $fixture_file = 'ss3gallery/tests/ss3gallery.yml'; |
|
| 4 | + protected static $fixture_file = 'ss3gallery/tests/ss3gallery.yml'; |
|
| 5 | 5 | |
| 6 | 6 | public function testValidImage() |
| 7 | 7 | { |
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | </div> |
| 22 | 22 | |
| 23 | 23 | ', $html); |
| 24 | - } |
|
| 24 | + } |
|
| 25 | 25 | |
| 26 | 26 | |
| 27 | 27 | public function testNonExistentImage() |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | $this->assertEquals(100, $thumbnail->Height); |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | - public function testGetPortletTitle() { |
|
| 40 | + public function testGetPortletTitle() { |
|
| 41 | 41 | $gi = $this->objFromFixture('GalleryImage', 'gi01'); |
| 42 | 42 | $this->assertEquals($gi->Title, $gi->getPortletTitle()); |
| 43 | 43 | $gi->Title = 'Another title'; |