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