Blame view

vendor/composer/autoload_classmap.php 644 Bytes
3cf42f5c   Mihail   init commit - bas...
1
2
3
4
5
6
7
8
  <?php
  
  // autoload_classmap.php @generated by Composer
  
  $vendorDir = dirname(dirname(__FILE__));
  $baseDir = dirname($vendorDir);
  
  return array(
fcd9278e   Mihail   parser csv v1
9
10
11
      'SilverStripe\\Framework\\Test\\Behaviour\\CmsFormsContext' => $baseDir . '/framework/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php',
      'SilverStripe\\Framework\\Test\\Behaviour\\CmsUiContext' => $baseDir . '/framework/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsUiContext.php',
      'SilverStripe\\Framework\\Test\\Behaviour\\FeatureContext' => $baseDir . '/framework/tests/behat/features/bootstrap/FeatureContext.php',
3cf42f5c   Mihail   init commit - bas...
12
  );