| 1 | <?php |
||
| 3 | class ChildPaginatorTest extends SapphireTest |
||
|
|
|||
| 4 | { |
||
| 5 | public function testPagedChildren() |
||
| 9 | |||
| 10 | public function testAllPagedChildren() |
||
| 14 | |||
| 15 | public function testPagedDataObjectsByClassName() |
||
| 19 | |||
| 20 | public function testSetPagedOffset() |
||
| 24 | |||
| 25 | public function testPagedChildrenAllButFirst() |
||
| 29 | |||
| 30 | public function testPageNumber() |
||
| 34 | |||
| 35 | public function testLastPagedResults() |
||
| 39 | } |
||
| 40 |
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.