From 60d73d9157b86643551209351c4b8a8fcf5f6da0 Mon Sep 17 00:00:00 2001 From: Chris Leppanen Date: Tue, 5 Jun 2018 11:58:45 -0700 Subject: [PATCH] Use PHPUnit\Framework\TestCase --- phpunit.xml | 3 --- tests/AdapterCacheTests.php | 3 ++- tests/InspectionTests.php | 3 ++- tests/MemcachedTests.php | 3 ++- tests/MemoryCacheTests.php | 3 ++- tests/NoopCacheTests.php | 3 ++- tests/PhpRedisTests.php | 3 ++- tests/PredisTests.php | 3 ++- tests/Psr6CacheTest.php | 3 ++- tests/StashTest.php | 3 ++- 10 files changed, 18 insertions(+), 12 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c3e7ff8..660dd3b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -21,9 +21,6 @@ ./src/ - - - diff --git a/tests/AdapterCacheTests.php b/tests/AdapterCacheTests.php index e35b1ec..b63cba7 100644 --- a/tests/AdapterCacheTests.php +++ b/tests/AdapterCacheTests.php @@ -1,8 +1,9 @@