X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FDiff%2FEngine%2FDiffEngineTest.php;h=69f92daec9c79932f224b993f7e824a957839492;hp=ade152751e748a50bca45bb54da709742af5d1fa;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php b/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php index ade152751..69f92daec 100644 --- a/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php +++ b/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php @@ -7,6 +7,7 @@ use Drupal\Component\Diff\Engine\DiffOpAdd; use Drupal\Component\Diff\Engine\DiffOpCopy; use Drupal\Component\Diff\Engine\DiffOpChange; use Drupal\Component\Diff\Engine\DiffOpDelete; +use PHPUnit\Framework\TestCase; /** * Test DiffEngine class. @@ -15,7 +16,7 @@ use Drupal\Component\Diff\Engine\DiffOpDelete; * * @group Diff */ -class DiffEngineTest extends \PHPUnit_Framework_TestCase { +class DiffEngineTest extends TestCase { /** * @return array