コード例 #1
0
ファイル: ConditionTest.php プロジェクト: n0rthface/Runalyze
 public function testWrongId()
 {
     $this->object->set('foobar');
     $this->assertTrue($this->object->isUnknown());
 }