diff --git a/tests/phpunit/Integration/BlobStoreBaseIntegrationTestCase.php b/tests/phpunit/Integration/BlobStoreIntegrationTestCase.php similarity index 95% rename from tests/phpunit/Integration/BlobStoreBaseIntegrationTestCase.php rename to tests/phpunit/Integration/BlobStoreIntegrationTestCase.php index f9707bf..fe4a7a2 100644 --- a/tests/phpunit/Integration/BlobStoreBaseIntegrationTestCase.php +++ b/tests/phpunit/Integration/BlobStoreIntegrationTestCase.php @@ -12,7 +12,7 @@ * * @author mwjames */ -abstract class BlobStoreBaseIntegrationTestCase extends \PHPUnit_Framework_TestCase { +abstract class BlobStoreIntegrationTestCase extends \PHPUnit_Framework_TestCase { protected $cache; diff --git a/tests/phpunit/Integration/DoctrineRedisIntegrationTest.php b/tests/phpunit/Integration/DoctrineRedisIntegrationTest.php index 221cf49..7533833 100644 --- a/tests/phpunit/Integration/DoctrineRedisIntegrationTest.php +++ b/tests/phpunit/Integration/DoctrineRedisIntegrationTest.php @@ -13,7 +13,7 @@ * * @author mwjames */ -class DoctrineRedisIntegrationTest extends BlobStoreBaseIntegrationTestCase { +class DoctrineRedisIntegrationTest extends BlobStoreIntegrationTestCase { protected function setUp() { diff --git a/tests/phpunit/Integration/FixedInMemoryIntegrationTest.php b/tests/phpunit/Integration/FixedInMemoryIntegrationTest.php index 29fc11a..ec82fcd 100644 --- a/tests/phpunit/Integration/FixedInMemoryIntegrationTest.php +++ b/tests/phpunit/Integration/FixedInMemoryIntegrationTest.php @@ -13,7 +13,7 @@ * * @author mwjames */ -class FixedInMemoryIntegrationTest extends BlobStoreBaseIntegrationTestCase { +class FixedInMemoryIntegrationTest extends BlobStoreIntegrationTestCase { protected function setUp() {