propel-bundle/Tests/bootstrap.php

8 lines
172 B
PHP
Raw Normal View History

2011-03-25 23:45:10 +01:00
<?php
if (file_exists($file = __DIR__.'/autoload.php')) {
require_once $file;
} elseif (file_exists($file = __DIR__.'/autoload.php.dist')) {
require_once $file;
}