Exemple #1
0
 public function testIsValid()
 {
     $id = new Text();
     $id->setValue('');
     $this->assertFalse($id->isValid());
 }