propel-bundle/Tests/bootstrap.php

8 lines
265 B
PHP
Raw Normal View History

2013-11-04 01:09:31 +01:00
<?php
require_once __DIR__ . '/../vendor/autoload.php';
2015-12-06 21:50:08 +01:00
if(!class_exists('Symfony\\Component\\Form\\Test\\TypeTestCase')) {
class_alias('Symfony\\Component\\Form\\Tests\\Extension\\Core\\Type\\TypeTestCase', 'Symfony\\Component\\Form\\Test\\TypeTestCase');
}