1 | <?php |
||
8 | class SyncDbCommandTest extends CommandTestCase |
||
9 | { |
||
10 | /** |
||
11 | * Test simple execute of dump command. |
||
12 | */ |
||
13 | public function testExecute() |
||
34 | |||
35 | /** |
||
36 | * Test first drops test database and then runs basic execute to check if db_recreate works. |
||
37 | */ |
||
38 | public function testExecuteWithoutExistingDatabase() |
||
43 | } |
||
44 |