function SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile

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

Archivo

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.

Código

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