| 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 | } |