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

public extractSourceUrl ( Composer\DependencyResolver\Operation\OperationInterface $operation )
$operation Composer\DependencyResolver\Operation\OperationInterface
 /**
  * @expectedException \LogicException
  * @expectedExceptionMessage Operation should be an instance of UninstallOperation
  */
 public function test_it_throws_exception_when_extracting_source_url_from_non_uninstall_operation()
 {
     $this->SUT->extractSourceUrl(new FakeOperation(''));
 }