@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | $this->assertTrue($slideID > 0); |
| 22 | 22 | |
| 23 | 23 | $getSlide = SlideImage::get()->byID($slideID); |
| 24 | - $this->assertTrue($getSlide->ID == $slideID); |
|
| 24 | + $this->assertTrue($getSlide->ID==$slideID); |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | public function testSlideUpdate() |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | |
| 47 | 47 | $slide = SlideImage::get()->byiD($slideID); |
| 48 | 48 | |
| 49 | - $this->assertTrue($slide->Name == $newTitle); |
|
| 49 | + $this->assertTrue($slide->Name==$newTitle); |
|
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | public function testSlideImageDeletion() |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | // Flexslider options |
| 9 | 9 | $animate = ($this->owner->Animate) ? 'true' : 'false'; |
| 10 | 10 | $loop = ($this->owner->Loop) ? 'true' : 'false'; |
| 11 | - $sync = ($this->owner->ThumbnailNav == true) ? "sync: '#carousel'," : ''; |
|
| 11 | + $sync = ($this->owner->ThumbnailNav==true) ? "sync: '#carousel'," : ''; |
|
| 12 | 12 | $before = (method_exists($this->owner->ClassName, 'flexSliderBeforeAction')) |
| 13 | 13 | ? $this->owner->flexSliderBeforeAction() |
| 14 | 14 | : 'function(){}'; |