X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FDatabase%2FPrefixInfoTest.php;h=ea5e8a9edd226a6623f0dbec4373ed55f6edc53a;hp=16fd05336b690f2cf99a0dfb0be16c302a19b933;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php index 16fd05336..ea5e8a9ed 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php @@ -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);