Cake\Localized\Test\TestCase\Validation\EsValidationTest::testPersonId PHP Method

testPersonId() public method

test the personId method of EsValidation
public testPersonId ( ) : void
return void
    public function testPersonId()
    {
        $this->assertTrue(EsValidation::personId('32050031Z'));
        $this->assertTrue(EsValidation::personId('X2546874S'));
        $this->assertTrue(EsValidation::personId('K1254868A'));
        $this->assertFalse(EsValidation::personId('23232323'));
    }