2
0

goodmap.php 291 B

1234567
  1. <?php
  2. $ds = DIRECTORY_SEPARATOR;
  3. $basePath = realpath(dirname(__FILE__) . "$ds..");
  4. return array(
  5. 'Zend_Loader_StandardAutoloaderTest' => $basePath . $ds . 'StandardAutoloaderTest.php',
  6. 'Zend_Loader_ClassMapAutoloaderTest' => $basePath . $ds . 'ClassMapAutoloaderTest.php',
  7. );