Neos\Flow\Tests\Unit\Mvc\ActionRequestTest::constructorThrowsAnExceptionIfNoValidRequestIsPassed PHP Method

constructorThrowsAnExceptionIfNoValidRequestIsPassed() public method

    public function constructorThrowsAnExceptionIfNoValidRequestIsPassed()
    {
        new ActionRequest(new \stdClass());
    }
ActionRequestTest