Files
whoops/tests/DamnIt/TestCase.php
T
2013-03-11 16:59:04 +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 {}