Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / simpletest / tests / src / Functional / MissingDependentModuleUnitTest.php
diff --git a/web/core/modules/simpletest/tests/src/Functional/MissingDependentModuleUnitTest.php b/web/core/modules/simpletest/tests/src/Functional/MissingDependentModuleUnitTest.php
deleted file mode 100644 (file)
index acd55dd..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-namespace Drupal\Tests\simpletest\Functional;
-
-use Drupal\Tests\BrowserTestBase;
-
-/**
- * This test should not load since it requires a module that is not found.
- *
- * @group simpletest
- * @dependencies simpletest_missing_module
- */
-class MissingDependentModuleUnitTest extends BrowserTestBase {
-
-  /**
-   * Ensure that this test will not be loaded despite its dependency.
-   */
-  public function testFail() {
-    $this->fail('Running test with missing required module.');
-  }
-
-}