diff options
-rw-r--r-- | tests/ImageWorkshopTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ImageWorkshopTest.php b/tests/ImageWorkshopTest.php index 9dff0cb..e1a9849 100644 --- a/tests/ImageWorkshopTest.php +++ b/tests/ImageWorkshopTest.php @@ -1,5 +1,5 @@ <?php
-require_once('../src/PHPImageWorkshop/ImageWorkshop.php');
+require_once(__DIR__.'/../src/PHPImageWorkshop/ImageWorkshop.php');
/**
* ImageWorkshopTest class
|