function SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile

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

File

drupal/modules/simpletest/simpletest.test, line 701
Tests for simpletest.module.

Class

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

Code

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