function SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile
Tests that tests located in another installation profile do not appear.
File
-
modules/
simpletest/ simpletest.test, line 728
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');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.