X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FDiff%2FEngine%2FDiffOpTest.php;h=1a649ae510c7733dd7c65a647e517799a827b49e;hp=4275bb7abf0eef29bc3ef2f5153b3ce1d6893b21;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php b/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php index 4275bb7ab..1a649ae51 100644 --- a/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php +++ b/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php @@ -3,6 +3,7 @@ namespace Drupal\Tests\Component\Diff\Engine; use Drupal\Component\Diff\Engine\DiffOp; +use PHPUnit\Framework\TestCase; /** * Test DiffOp base class. @@ -15,7 +16,7 @@ use Drupal\Component\Diff\Engine\DiffOp; * * @group Diff */ -class DiffOpTest extends \PHPUnit_Framework_TestCase { +class DiffOpTest extends TestCase { /** * DiffOp::reverse() always throws an error.