You are here

public function SkipRequiredModulesTest::testModuleNotFound in Drupal 8

File

core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php, line 28

Class

SkipRequiredModulesTest
Tests if Simpletest-based tests are skipped based on module requirements.

Namespace

Drupal\simpletest\Tests

Code

public function testModuleNotFound() {
  $this
    ->fail('This test should have been skipped during discovery.');
}