aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/autoload_namespaces.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-26 09:26:37 +0000
committerMario <mario@mariovavti.com>2020-11-26 09:26:37 +0000
commitde054026f25233fe47938c32777605bb900253f3 (patch)
treec95044796ee9cfcdd09232989edac45cfb7b83e8 /vendor/composer/autoload_namespaces.php
parent175b45d1ed501ae2392d256e399e8668e3192dc4 (diff)
downloadvolse-hubzilla-de054026f25233fe47938c32777605bb900253f3.tar.gz
volse-hubzilla-de054026f25233fe47938c32777605bb900253f3.tar.bz2
volse-hubzilla-de054026f25233fe47938c32777605bb900253f3.zip
try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebug
Diffstat (limited to 'vendor/composer/autoload_namespaces.php')
-rw-r--r--vendor/composer/autoload_namespaces.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php
index 8a46cfcb7..f33ee9a91 100644
--- a/vendor/composer/autoload_namespaces.php
+++ b/vendor/composer/autoload_namespaces.php
@@ -8,6 +8,12 @@ $baseDir = dirname($vendorDir);
return array(
'Text' => array($vendorDir . '/pear/text_languagedetect'),
'SimplePie' => array($vendorDir . '/simplepie/simplepie/library'),
+ 'PHPMD\\' => array($vendorDir . '/phpmd/phpmd/src/main/php'),
'OAuth2' => array($vendorDir . '/bshaffer/oauth2-server-php/src'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
+ 'Behat\\Transliterator' => array($vendorDir . '/behat/transliterator/src'),
+ 'Behat\\Testwork' => array($vendorDir . '/behat/behat/src'),
+ 'Behat\\MinkExtension' => array($vendorDir . '/behat/mink-extension/src'),
+ 'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
+ 'Behat\\Behat' => array($vendorDir . '/behat/behat/src'),
);