1
0
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:
Oliver Vogel
2024-03-10 10:00:06 +01:00
parent 2e9f91c311
commit 67fde5f87e
97 changed files with 164 additions and 401 deletions

View File

@@ -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