Files
whoops/tests/Damnit/TestCase.php
T
2013-03-12 08:14:01 +00:00

10 lines
177 B
PHP

<?php
/**
* Damnit - php errors for cool kids
* @author Filipe Dobreira <http://github.com/filp>
*/
namespace Damnit;
class TestCase extends \PHPUnit_Framework_TestCase {}