Commit 099ba9fc authored by catch's avatar catch
Browse files

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

parent 196b68e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()