Ejemplo n.º 1
0
 public function testCommand()
 {
     $cmds = array('eventGet', 'metricGet', 'typesGet', 'eventPut');
     $this->assertEquals($cmds, \Cube\Command::getCommands());
 }