| 1 | <?php |
||
| 3 | class ShortlistTest extends FunctionalTest |
||
|
1 ignored issue
–
show
|
|||
| 4 | { |
||
| 5 | protected static $fixture_file = 'fixtures.yml'; |
||
| 6 | |||
| 7 | public function testShortlistCreation() |
||
| 15 | |||
| 16 | public function testAddPageToShortlist() { |
||
| 25 | |||
| 26 | public function testRemovePageFromShortlist() { |
||
| 38 | } |
||
| 39 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.