Completed
Push — master ( 18f749...9fc766 )
by Gordon
17:08 queued 02:10
created
tests/GalleryImageShortCodeHandlerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
21 21
 </div>
22 22
 
23 23
 ', $html);
24
-	}
24
+  }
25 25
 
26 26
 
27 27
     public function testNonExistentImage()
Please login to merge, or discard this patch.
tests/GalleryImageTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.