We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1ca8d8 + 1a8180b commit 0708cccCopy full SHA for 0708ccc
1 file changed
tests/bootstrap.php
@@ -18,7 +18,7 @@
18
die( 'You need to install this package with Composer before you can run the tests' );
19
}
20
21
-$autoLoader = require_once __DIR__ . '/../vendor/autoload.php';
+$autoLoader = require __DIR__ . '/../vendor/autoload.php';
22
23
$autoLoader->addPsr4( 'Wikibase\\DataModel\\Tests\\', __DIR__ . '/unit/' );
24
$autoLoader->addPsr4( 'Wikibase\\DataModel\\Fixtures\\', __DIR__ . '/fixtures/' );
0 commit comments