Issue #3261517 by andypost: Clean-up stale reference to drupal_get_schema()

merge-requests/1969/merge
catch 2022-03-15 12:42:58 +00:00
parent 196b68e9de
commit 099ba9fcd3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class InstallTest extends BrowserTestBase {
protected $defaultTheme = 'stark';
/**
* Verify that drupal_get_schema() can be used during module installation.
* Verify that module's schema can be used during module installation.
*/
public function testGetSchemaAtInstallTime() {
// @see module_test_install()