mirror of
https://github.com/filp/whoops.git
synced 2026-09-19 14:16:54 +00:00
Deprecate Zend provider explicitly, close #171
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Whoops;
|
||||
|
||||
class ModuleTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testAutoload()
|
||||
{
|
||||
$this->assertTrue(class_exists('\Whoops\Module'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user