Skip to content

Commit 1a8180b

Browse files
committed
Always include autoloader return value in test bootstrap
1 parent 7bfb717 commit 1a8180b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
die( 'You need to install this package with Composer before you can run the tests' );
1919
}
2020

21-
$autoLoader = require_once __DIR__ . '/../vendor/autoload.php';
21+
$autoLoader = require __DIR__ . '/../vendor/autoload.php';
2222

2323
$autoLoader->addPsr4( 'Wikibase\\DataModel\\Tests\\', __DIR__ . '/unit/' );
2424
$autoLoader->addPsr4( 'Wikibase\\DataModel\\Fixtures\\', __DIR__ . '/fixtures/' );

0 commit comments

Comments
 (0)