Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Database / PrefixInfoTest.php
index 16fd05336b690f2cf99a0dfb0be16c302a19b933..ea5e8a9edd226a6623f0dbec4373ed55f6edc53a 100644 (file)
@@ -30,7 +30,7 @@ class PrefixInfoTest extends DatabaseTestBase {
       $db1_schema = $db1_connection->schema();
       $db2_connection = Database::getConnection('default', 'extra');
 
-      // Get the prefix info for the first databse.
+      // Get the prefix info for the first database.
       $method = new \ReflectionMethod($db1_schema, 'getPrefixInfo');
       $method->setAccessible(TRUE);
       $db1_info = $method->invoke($db1_schema);