1 simpletest.test | SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile() |
Tests that tests located in another installation profile do not appear.
File
- core/
modules/ simpletest/ tests/ simpletest.test, line 720 - Tests for simpletest.module.
Class
- SimpleTestOtherInstallationProfileModuleTestsTestCase
- Verifies that tests in other installation profiles are not found.
Code
function testOtherInstallationProfile() {
$this->backdropGet('admin/config/development/testing');
$this->assertNoText('Installation profile module tests helper');
}