Skip to content

Commit

Permalink
Test tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Jun 2, 2015
1 parent db523d9 commit 032bd1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author mwjames
*/
abstract class BlobStoreBaseIntegrationTestCase extends \PHPUnit_Framework_TestCase {
abstract class BlobStoreIntegrationTestCase extends \PHPUnit_Framework_TestCase {

protected $cache;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Integration/DoctrineRedisIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class DoctrineRedisIntegrationTest extends BlobStoreBaseIntegrationTestCase {
class DoctrineRedisIntegrationTest extends BlobStoreIntegrationTestCase {

protected function setUp() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Integration/FixedInMemoryIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class FixedInMemoryIntegrationTest extends BlobStoreBaseIntegrationTestCase {
class FixedInMemoryIntegrationTest extends BlobStoreIntegrationTestCase {

protected function setUp() {

Expand Down

0 comments on commit 032bd1b

Please sign in to comment.