summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/tests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/tests/bootstrap.php')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/tests/bootstrap.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/tests/bootstrap.php b/www/wiki/extensions/SemanticResultFormats/tests/bootstrap.php
index fab8d4df..b8d09067 100644
--- a/www/wiki/extensions/SemanticResultFormats/tests/bootstrap.php
+++ b/www/wiki/extensions/SemanticResultFormats/tests/bootstrap.php
@@ -14,3 +14,7 @@ $autoloader = require $path;
$autoloader->addPsr4( 'SRF\\Tests\\', __DIR__ . '/phpunit' );
$autoloader->addPsr4( 'SMW\\Test\\', __DIR__ . '/../../SemanticMediaWiki/tests/phpunit' );
$autoloader->addPsr4( 'SMW\\Tests\\', __DIR__ . '/../../SemanticMediaWiki/tests/phpunit' );
+
+$autoloader->addClassMap( [
+ 'SRF\Tests\ResultPrinterReflector' => __DIR__ . '/phpunit/ResultPrinterReflector.php',
+] );