diff -u profiles/minimal/minimal.test profiles/minimal/minimal.test --- profiles/minimal/minimal.test 1 Jan 1970 00:00:00 -0000 +++ profiles/minimal/minimal.test 1 Jan 1970 00:00:00 -0000 @@ -20,7 +20,7 @@ /** * Ensure that the minimal install profile works as expected. */ - protected function testExpertProfile() { + protected function testMinimalProfile() { $this->assertInstalledModules($this->install_profile); $this->assertFalse(module_exists('locale'), t('Locale module is disabled')); diff -u profiles/standard/standard.test profiles/standard/standard.test --- profiles/standard/standard.test 1 Jan 1970 00:00:00 -0000 +++ profiles/standard/standard.test 1 Jan 1970 00:00:00 -0000 @@ -58,7 +58,7 @@ /** * Ensure that the standard install profile works as expected. */ - function testDefaultProfile() { + function testStandardProfile() { $this->assertInstalledModules($this->install_profile); // Test that the expected node types are defined.