X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fcomposer%2Fautoload_namespaces.php;h=9838ed7419a2a62659418e9028565dfb9799977c;hp=5dd3efe8c797af479328cb4525654ad8bb81908c;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=eba34333e3c89f208d2f72fa91351ad019a71583 diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php index 5dd3efe8c..9838ed741 100644 --- a/vendor/composer/autoload_namespaces.php +++ b/vendor/composer/autoload_namespaces.php @@ -8,6 +8,7 @@ $baseDir = dirname($vendorDir); return array( 'phpDocumentor' => array($vendorDir . '/phpdocumentor/reflection-docblock/src'), 'org\\bovigo\\vfs\\' => array($vendorDir . '/mikey179/vfsStream/src/main/php'), + 'WebDriver' => array($vendorDir . '/instaclick/php-webdriver/lib'), 'Twig_' => array($vendorDir . '/twig/twig/lib'), 'Sunra\\PhpSimple\\HtmlDomParser' => array($vendorDir . '/sunra/php-simple-html-dom-parser/Src'), 'Stack' => array($vendorDir . '/stack/builder/src'), @@ -19,6 +20,12 @@ return array( 'Egulias\\' => array($vendorDir . '/egulias/email-validator/src'), 'EasyRdf_' => array($vendorDir . '/easyrdf/easyrdf/lib'), 'Drush' => array($vendorDir . '/drush/config-extra/lib', $vendorDir . '/drush/drush/lib'), + 'Drupal\\Tests\\Driver' => array($vendorDir . '/drupal/drupal-driver/tests'), + 'Drupal\\Exception' => array($vendorDir . '/drupal/drupal-extension/src'), + 'Drupal\\DrupalExtension' => array($vendorDir . '/drupal/drupal-extension/src'), + 'Drupal\\Drupal' => array($vendorDir . '/drupal/drupal-extension/src'), + 'Drupal\\Driver' => array($vendorDir . '/drupal/drupal-driver/src'), + 'Drupal\\Component' => array($vendorDir . '/drupal/drupal-driver/src'), 'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'), 'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib'), 'Doctrine\\Common\\Collections\\' => array($vendorDir . '/doctrine/collections/lib'), @@ -28,4 +35,9 @@ return array( 'Dflydev\\DotAccessConfiguration' => array($vendorDir . '/dflydev/dot-access-configuration/src'), 'Consolidation' => array($vendorDir . '/drush/drush/lib'), 'Caxy\\HtmlDiff' => array($vendorDir . '/caxy/php-htmldiff/lib'), + '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'), );