getId() public method

public getId ( )
Ejemplo n.º 1
0
 /**
  * @group disconnected
  */
 public function testNormalizesCommandIdentifiersToUppercase()
 {
     $command = new RawCommand(array('set', 'key', 'value'));
     $this->assertSame('SET', $command->getId());
 }