summaryrefslogtreecommitdiffstats
path: root/tests/lib/db/connection.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/db/connection.php')
-rw-r--r--tests/lib/db/connection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/db/connection.php b/tests/lib/db/connection.php
index 62d0a77ca1f..4022bee511e 100644
--- a/tests/lib/db/connection.php
+++ b/tests/lib/db/connection.php
@@ -72,7 +72,7 @@ class Connection extends \Test\TestCase {
// sqlite removes the tables after closing the DB
$this->assertTrue(true);
} else {
- $this->assertFalse($this->connection->tableExists($table), 'Table ' . $table . ' doesnt exists.');
+ $this->assertFalse($this->connection->tableExists($table), 'Table ' . $table . " doesn't exist.");
}
}