Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / simpletest / tests / fixtures / simpletest_phpunit_run_command_test.php
index a4ffc7ae45a7ed482dd2015af171c14c05ff5f81..42dadfdb3620451343ce04e30da59173a53c61a3 100644 (file)
@@ -2,6 +2,8 @@
 
 namespace Drupal\Tests\simpletest\Unit;
 
+use Drupal\Tests\UnitTestCase;
+
 /**
  * This test crashes PHP.
  *
@@ -11,7 +13,7 @@ namespace Drupal\Tests\simpletest\Unit;
  *
  * @see \Drupal\Tests\simpletest\Unit\SimpletestPhpunitRunCommandTest::testSimpletestPhpUnitRunCommand()
  */
-class SimpletestPhpunitRunCommandTestWillDie extends \PHPUnit_Framework_TestCase {
+class SimpletestPhpunitRunCommandTestWillDie extends UnitTestCase {
 
   /**
    * Performs the status specified by SimpletestPhpunitRunCommandTestWillDie.