X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsimpletest%2Ftests%2Fsrc%2FFunctional%2FOtherInstallationProfileTestsTest.php;h=972495f575962b1ac41c22aeb600c7503d82b5d7;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=ceb7d57f7285e7b4006b04bdd7fb678657200a2c;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php b/web/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php index ceb7d57f7..972495f57 100644 --- a/web/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php +++ b/web/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php @@ -8,7 +8,7 @@ use Drupal\Tests\BrowserTestBase; * Verifies that tests in other installation profiles are found. * * @group simpletest - * @see SimpleTestInstallationProfileModuleTestsTestCase + * @see \Drupal\simpletest\Tests\InstallationProfileModuleTestsTest */ class OtherInstallationProfileTestsTest extends BrowserTestBase { @@ -31,7 +31,7 @@ class OtherInstallationProfileTestsTest extends BrowserTestBase { * @var string * * @see \Drupal\simpletest\Tests\InstallationProfileModuleTestsTest - * @see \Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest + * @see \Drupal\Tests\drupal_system_listing_compatible_test\Kernel\SystemListingCrossProfileCompatibleTest */ protected $profile = 'minimal'; @@ -60,7 +60,7 @@ class OtherInstallationProfileTestsTest extends BrowserTestBase { // Assert the existence of a test for a module in a different installation // profile than the current. - $this->assertText('Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest'); + $this->assertText('Drupal\Tests\drupal_system_listing_compatible_test\Kernel\SystemListingCrossProfileCompatibleTest'); } }