Neos\Flow\Tests\Unit\Mvc\ActionRequestTest::constructorThrowsAnExceptionIfNoValidRequestIsPassed PHP 메소드

constructorThrowsAnExceptionIfNoValidRequestIsPassed() 공개 메소드

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