1 | <?php |
||
12 | class DBTestCase extends TestCase |
||
|
|||
13 | { |
||
14 | /** |
||
15 | * Setup the test environment. |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | public function setUp(): void |
||
27 | |||
28 | public function debugSQL() { |
||
39 | |||
40 | /** |
||
41 | * Clean up the testing environment before the next test. |
||
42 | * |
||
43 | * @return void |
||
44 | */ |
||
45 | public function tearDown(): void |
||
52 | } |
||
53 |