We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a44c5 commit 4146facCopy full SHA for 4146fac
tests/Operation/DropDatabaseFunctionalTest.php
@@ -27,6 +27,9 @@ public function testDropNonexistentDatabase()
27
{
28
$server = $this->getPrimaryServer();
29
30
+ $operation = new DropDatabase($this->getDatabaseName());
31
+ $operation->execute($server);
32
+
33
$this->assertDatabaseDoesNotExist($server, $this->getDatabaseName());
34
35
$operation = new DropDatabase($this->getDatabaseName());
0 commit comments