Exemple #1
0
 public function testAlpha()
 {
     $this->assertTrue(v::alpha('abc'));
     $this->assertFalse(v::alpha('1234'));
 }