X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FDependencyInjection%2FCompiler%2FAuthenticationProviderPassTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FDependencyInjection%2FCompiler%2FAuthenticationProviderPassTest.php;h=9fe058a7900577c829cae094a808d1180519496d;hp=6f99d0985474c6cd2ff8c236dd4a6f0e438de682;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php index 6f99d0985..9fe058a79 100644 --- a/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php +++ b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php @@ -4,6 +4,7 @@ namespace Drupal\Tests\Core\DependencyInjection\Compiler; use Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass; use Drupal\Core\DependencyInjection\ContainerBuilder; +use Drupal\Tests\UnitTestCase; use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\Serializer\Serializer; @@ -11,7 +12,7 @@ use Symfony\Component\Serializer\Serializer; * @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass * @group DependencyInjection */ -class AuthenticationProviderPassTest extends \PHPUnit_Framework_TestCase { +class AuthenticationProviderPassTest extends UnitTestCase { /** * @covers ::process