mirror of
https://github.com/filp/whoops.git
synced 2026-09-19 14:16:54 +00:00
CS fixes
This commit is contained in:
@@ -3,8 +3,8 @@ namespace Whoops;
|
||||
|
||||
class ModuleTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testAutoload()
|
||||
{
|
||||
$this->assertTrue(class_exists('\Whoops\Module'));
|
||||
}
|
||||
public function testAutoload()
|
||||
{
|
||||
$this->assertTrue(class_exists('\Whoops\Module'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user