1 | <?php |
||
3 | class DebugBarTimeDataCollectorTest extends SapphireTest |
||
|
|||
4 | { |
||
5 | /** |
||
6 | * @var DebugBarTimeDataCollector |
||
7 | */ |
||
8 | protected $collector; |
||
9 | |||
10 | public function setUp() |
||
15 | |||
16 | public function testCollectorTooltip() |
||
21 | |||
22 | public function testWarning() |
||
38 | |||
39 | public function testWarningCanBeDisabled() |
||
45 | } |
||
46 |
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.