Omnipay\Common\Message\AbstractRequestTest::testInvalidParametersThrowsException PHP Méthode

testInvalidParametersThrowsException() public méthode

    public function testInvalidParametersThrowsException()
    {
        $this->request->setTestMode(true);
        $this->request->validate('testMode', 'token');
    }