summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/media/GIFTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/media/GIFTest.php')
-rw-r--r--tests/phpunit/includes/media/GIFTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/media/GIFTest.php b/tests/phpunit/includes/media/GIFTest.php
index 36658358..5dcbeee0 100644
--- a/tests/phpunit/includes/media/GIFTest.php
+++ b/tests/phpunit/includes/media/GIFTest.php
@@ -2,7 +2,7 @@
class GIFHandlerTest extends MediaWikiTestCase {
public function setUp() {
- $this->filePath = dirname( __FILE__ ) . '/../../data/media';
+ $this->filePath = __DIR__ . '/../../data/media';
$this->backend = new FSFileBackend( array(
'name' => 'localtesting',
'lockManager' => 'nullLockManager',