propel-bundle/Tests/TestCase.php
2013-11-04 00:10:23 +00:00

19 lines
336 B
PHP

<?php
/**
* This file is part of the PropelBundle package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
namespace Propel\PropelBundle\Tests;
/**
* TestCase
*/
class TestCase extends \PHPUnit_Framework_TestCase
{
}