Neos\Flow\Tests\Unit\Mvc\ActionRequestTest::constructorThrowsAnExceptionIfNoValidRequestIsPassed PHP Méthode

constructorThrowsAnExceptionIfNoValidRequestIsPassed() public méthode

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