Respect\Validation\Rules\CnhTest::testNotIntegerCnh PHP Method

testNotIntegerCnh() public method

public testNotIntegerCnh ( $cnh )
    public function testNotIntegerCnh($cnh)
    {
        $expectedInvalid = $this->cnhValidator->assert($cnh);
        $this->assertFalse($expectedInvalid);
    }