示例#1
0
 /**
  */
 public function testAdd()
 {
     $this->idx->add('command_name', function () {
     });
     $this->assertTrue($this->idx->has('command_name'));
 }