From e3ea6716e4cc7617cdd63e9cf88677a08e678310 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 3 Jun 2019 23:36:34 -0700 Subject: [PATCH] CacheTestCase - Extend the canonical upstream class instead of a forked class from 'packages' --- tests/phpunit/E2E/Cache/CacheTestCase.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/phpunit/E2E/Cache/CacheTestCase.php b/tests/phpunit/E2E/Cache/CacheTestCase.php index 2192d83c7d..5d073ab0d6 100644 --- a/tests/phpunit/E2E/Cache/CacheTestCase.php +++ b/tests/phpunit/E2E/Cache/CacheTestCase.php @@ -24,14 +24,12 @@ +--------------------------------------------------------------------+ */ -require_once 'Cache/IntegrationTests/LegacySimpleCacheTest.php'; - /** * Verify that a cache service complies with PSR-16. * * @group e2e */ -abstract class E2E_Cache_CacheTestCase extends \Cache\IntegrationTests\LegacySimpleCacheTest implements \Civi\Test\EndToEndInterface { +abstract class E2E_Cache_CacheTestCase extends \Cache\IntegrationTests\SimpleCacheTest implements \Civi\Test\EndToEndInterface { const MAX_KEY = 255; -- 2.25.1