mirror of
https://github.com/filp/whoops.git
synced 2026-09-24 17:19:39 +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 {}
|