diff --git a/test/tests/integration/RouterTest.php b/test/tests/integration/RouterTest.php index f3b1a37..83b19df 100644 --- a/test/tests/integration/RouterTest.php +++ b/test/tests/integration/RouterTest.php @@ -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;