@@ -4,8 +4,8 @@ discard block |
||
4 | 4 | { |
5 | 5 | protected static $fixture_file = 'fixtures.yml'; |
6 | 6 | |
7 | - public function testShortlistCreation() |
|
8 | - { |
|
7 | + public function testShortlistCreation() |
|
8 | + { |
|
9 | 9 | $shortlists = ShortList::get(); |
10 | 10 | |
11 | 11 | $this->get('shortlist'); |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | |
67 | 67 | $shortlist->ShortListItems()->remove($item); |
68 | 68 | |
69 | - // do we have an item removed? |
|
69 | + // do we have an item removed? |
|
70 | 70 | $this->assertEquals($shortlist->ShortListItems()->Count(), 0); |
71 | 71 | } |
72 | 72 | } |