Neos\Flow\Tests\Functional\Mvc\ActionControllerTest::ignoreValidationAnnotationIsObservedWithAndWithoutDollarSign PHP Method

ignoreValidationAnnotationIsObservedWithAndWithoutDollarSign() public method

See http://forge.typo3.org/issues/37385
    public function ignoreValidationAnnotationIsObservedWithAndWithoutDollarSign()
    {
        $response = $this->browser->request('http://localhost/test/mvc/actioncontrollertesta/ignorevalidation?brokenArgument1=toolong&brokenArgument2=tooshort');
        $this->assertEquals('action was called', $response->getContent());
    }