mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-23 07:33:41 +01:00
11 lines
214 B
PHP
11 lines
214 B
PHP
|
<?php
|
||
|
|
||
|
// autoload_namespaces.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
|
||
|
);
|