mirror of
https://github.com/filp/whoops.git
synced 2026-09-23 16:49:48 +00:00
10 lines
177 B
PHP
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 {}
|