getOutput() публичный Метод

public getOutput ( Composer\DependencyResolver\Operation\OperationInterface $operation, Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator $urlGenerator = null )
$operation Composer\DependencyResolver\Operation\OperationInterface
$urlGenerator Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator
 /**
  * @expectedException \LogicException
  * @expectedExceptionMessage Operation should be an instance of UninstallOperation
  */
 public function test_it_throws_exception_when_getting_output_from_non_uninstall_operation()
 {
     $this->SUT->getOutput(new FakeOperation(''));
 }