Issue #3261517 by andypost: Clean-up stale reference to drupal_get_schema()
parent
196b68e9de
commit
099ba9fcd3
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue