mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 01:29:51 +02:00
Restructure test folders & refactor test traits
This commit is contained in:
@@ -13,7 +13,7 @@ abstract class BaseTestCase extends MockeryTestCase
|
||||
{
|
||||
public function getTestImagePath($filename = 'test.jpg'): string
|
||||
{
|
||||
return sprintf('%s/images/%s', __DIR__, $filename);
|
||||
return sprintf('%s/resources/%s', __DIR__, $filename);
|
||||
}
|
||||
|
||||
public function getTestImageData($filename = 'test.jpg'): string
|
||||
|
Reference in New Issue
Block a user