Razorpay\IFSC\Tests\ValidatorTest::testValidator PHP 메소드

testValidator() 공개 메소드

public testValidator ( )
    public function testValidator()
    {
        foreach ($this->groups as $message => $tests) {
            $this->singleTest($message, $tests);
        }
    }