Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 24, 2015
1 parent 2052434 commit 97c1125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"phpunit/phpunit": "3.*",
"mockery/mockery": "0.9.*"
"mockery/mockery": "~0.9.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/ImageCacheTest.php
Expand Up @@ -2,7 +2,7 @@

use Intervention\Image\ImageCache;

class ImageCacheTest extends PHPUnit_Framework_Testcase
class ImageCacheTest extends PHPUnit_Framework_TestCase
{
public function tearDown()
{
Expand Down

0 comments on commit 97c1125

Please sign in to comment.