1 | <?php |
||
17 | class BaseTestCase extends \PHPUnit_Extensions_Database_TestCase |
||
18 | { |
||
19 | protected static $driverName = 'sqlite'; |
||
20 | |||
21 | |||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | public function getConnection() |
||
29 | |||
30 | /** |
||
31 | * @inheritdoc |
||
32 | */ |
||
33 | public function getDataSet() |
||
37 | |||
38 | /** |
||
39 | * @inheritdoc |
||
40 | */ |
||
41 | protected function setUp() |
||
53 | |||
54 | /** |
||
55 | * @inheritdoc |
||
56 | */ |
||
57 | public static function setUpBeforeClass() |
||
69 | } |
This method 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 method will be removed from the class and what other method or class to use instead.