コード例 #1
0
ファイル: IdephixTest.php プロジェクト: Catapush/Idephix
 /**
  */
 public function testAdd()
 {
     $this->idx->add('command_name', function () {
     });
     $this->assertTrue($this->idx->has('command_name'));
 }