Total Complexity | 2 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
26 | class BaseUnitTest extends Unit |
||
27 | { |
||
28 | // Properties |
||
29 | // ========================================================================= |
||
30 | |||
31 | /** |
||
32 | * @var UnitTester |
||
33 | */ |
||
34 | protected $tester; |
||
35 | |||
36 | // Public methods |
||
37 | // ========================================================================= |
||
38 | |||
39 | // Tests |
||
40 | // ========================================================================= |
||
41 | |||
42 | /** |
||
43 | * |
||
44 | */ |
||
45 | public function testPluginInstance() |
||
50 | ); |
||
51 | } |
||
52 | |||
53 | /** |
||
54 | * |
||
55 | */ |
||
56 | public function testCraftEdition() |
||
66 |
This class constant has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the constant will be removed from the class and what other constant to use instead.