mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
Optimize tests
This commit is contained in:
@@ -8,10 +8,12 @@ use Intervention\Image\Drivers\SpecializableAnalyzer;
|
||||
use Intervention\Image\Interfaces\ImageInterface;
|
||||
use Intervention\Image\Tests\BaseTestCase;
|
||||
use Mockery;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
#[CoversClass(SpecializableAnalyzer::class)]
|
||||
final class SpecializableAnalyzerTest extends BaseTestCase
|
||||
{
|
||||
public function testAnalyzer(): void
|
||||
public function testAnalyze(): void
|
||||
{
|
||||
$analyzer = Mockery::mock(SpecializableAnalyzer::class)->makePartial();
|
||||
$image = Mockery::mock(ImageInterface::class);
|
||||
|
Reference in New Issue
Block a user