Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / simpletest / tests / src / Functional / OtherInstallationProfileTestsTest.php
index ceb7d57f7285e7b4006b04bdd7fb678657200a2c..972495f575962b1ac41c22aeb600c7503d82b5d7 100644 (file)
@@ -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');
   }
 
 }