Cake\Localized\Test\TestCase\Validation\DkValidationTest::testSsn PHP Method

testSsn() public method

test the ssn method of DkValidation
public testSsn ( ) : void
return void
    public function testSsn()
    {
        $this->assertTrue(DkValidation::personId('111111-3334'));
        $this->assertFalse(DkValidation::personId('111111-333'));
    }