1 | <?php namespace Tests; |
||
11 | class DBTestCase extends TestCase |
||
|
|||
12 | { |
||
13 | /** |
||
14 | * Setup the test environment. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function setUp(): void |
||
25 | |||
26 | public function debugSQL() { |
||
37 | |||
38 | /** |
||
39 | * Clean up the testing environment before the next test. |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | public function tearDown(): void |
||
49 | } |
||
50 |