Exemplo n.º 1
0
 /**
  * @test
  */
 public function setCommandIdentifierSetsCommandIdentifierCorrectly()
 {
     $this->task->setCommandIdentifier('Foo');
     $this->assertSame('Foo', $this->task->_get('commandIdentifier'));
 }