コード例 #1
0
ファイル: TaskTest.php プロジェクト: rickymathew/TYPO3.CMS
 /**
  * @test
  */
 public function setCommandIdentifierSetsCommandIdentifierCorrectly()
 {
     $this->task->setCommandIdentifier('Foo');
     $this->assertSame('Foo', $this->task->_get('commandIdentifier'));
 }