| 1 | <?php |
||
| 3 | class ShortlistTest extends FunctionalTest |
||
|
1 ignored issue
–
show
|
|||
| 4 | { |
||
| 5 | public static $fixture_file = 'fixtures.yml'; |
||
| 6 | |||
| 7 | public function setUp() |
||
| 12 | |||
| 13 | public function tearDown() |
||
| 18 | |||
| 19 | public function testShortlistCreation() |
||
| 27 | |||
| 28 | public function testAddPageToShortlist() { |
||
| 37 | |||
| 38 | public function testRemovePageFromShortlist() { |
||
| 50 | } |
||
| 51 |
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.