Skip to content

Commit

Permalink
Remove unused dev-dependency mockery/mockery
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jan 27, 2025
1 parent 34107aa commit 0b37024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"require-dev": {
"ext-fileinfo": "*",
"phpunit/phpunit": "^10.0 || ^11.0",
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^2",
"squizlabs/php_codesniffer": "^3.8",
"slevomat/coding-standard": "~8.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/BaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
use Jcupitt\Vips\Extend;
use Jcupitt\Vips\Image as VipsImage;
use Jcupitt\Vips\Interpretation;
use Mockery\Adapter\Phpunit\MockeryTestCase;
use PHPUnit\Framework\TestCase;

abstract class BaseTestCase extends MockeryTestCase
abstract class BaseTestCase extends TestCase
{
public static function getTestResourcePath($filename = 'test.jpg'): string
{
Expand Down

0 comments on commit 0b37024

Please sign in to comment.