Ejemplo n.º 1
0
 public function testGetPrimaryKey()
 {
     $this->assertEquals('command_id', Command::getPrimaryKey());
 }