function SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile

7.x simpletest.test SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile()

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

File

drupal-7.x/modules/simpletest/simpletest.test, line 653
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');
}