function OtherInstallationProfileModuleTestsTest::testOtherInstallationProfile

Tests that tests located in another installation profile do not appear.

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php, line 55
Definition of Drupal\simpletest\Tests\OtherInstallationProfileModuleTestsTest.

Class

OtherInstallationProfileModuleTestsTest
Verifies that tests in other installation profiles are not found.

Namespace

Drupal\simpletest\Tests

Code

function testOtherInstallationProfile() {
  $this
    ->drupalGet('admin/config/development/testing');
  $this
    ->assertNoText('Installation profile module tests helper');
}