Beispiel #1
0
 public function testWrongId()
 {
     $this->object->set('foobar');
     $this->assertTrue($this->object->isUnknown());
 }