Exclude integration tests from code coverage
This commit is contained in:
parent
d505512ee3
commit
381310a88a
|
|
@ -5,6 +5,9 @@ namespace pjdietz\WellRESTed\Test\Integration;
|
|||
use pjdietz\WellRESTed\Router;
|
||||
use Prophecy\Argument;
|
||||
|
||||
/**
|
||||
* @coversNothing
|
||||
*/
|
||||
class RouterTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
private $request;
|
||||
|
|
|
|||
Loading…
Reference in New Issue