We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfb717 commit 1a8180bCopy full SHA for 1a8180b
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