Security update for permissions_by_term
[yaffs-website] / vendor / composer / autoload_namespaces.php
index 5dd3efe8c797af479328cb4525654ad8bb81908c..9838ed7419a2a62659418e9028565dfb9799977c 100644 (file)
@@ -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'),
 );