Exemple #1
0
 /**
  * @test
  */
 public function setArgumentsSetsArgumentsCorrectly()
 {
     $this->task->setArguments(array('Foo'));
     $this->assertSame(array('Foo'), $this->task->_get('arguments'));
 }