1
0
mirror of synced 2025-03-23 00:13:50 +03:00

Fixed Error due to merging tests/Doctrine/Tests/TestInit.php file

This commit is contained in:
Benjamin Eberlei 2010-05-01 13:51:29 +02:00
parent 9277dba383
commit 302409dba4

View File

@ -13,6 +13,9 @@ require_once __DIR__ . '/../../../lib/Doctrine/Common/ClassLoader.php';
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
$classLoader->register();
$classLoader = new \Doctrine\Common\ClassLoader('Symfony', __DIR__ . "/../../../lib/vendor");
$classLoader->register();
if (!file_exists(__DIR__."/Proxies")) {
if (!mkdir(__DIR__."/Proxies")) {
throw new Exception("Could not create " . __DIR__."/Proxies Folder.");