◆ setUp()
◆ testRun()
Definition at line 76 of file RequireUpdateDryRunCommandTest.php.
78 $this->application->expects($this->exactly(2))->method(
'runComposerCommand');
79 $this->requireUpdateDryRunCommand->run([],
'');
◆ testRunException()
@expectedException \RuntimeException @expectedExceptionMessage
Definition at line 86 of file RequireUpdateDryRunCommandTest.php.
88 $this->application->expects($this->at(1))
89 ->method(
'runComposerCommand')
90 ->willThrowException(
new \RuntimeException($this->errorMessage));
91 $this->infoCommand->expects($this->once())->method(
'run')->willReturn($this->packageInfo);
92 $this->requireUpdateDryRunCommand->run([
'3rdp/e 1.2.0'],
'');
◆ $application
◆ $infoCommand
◆ $requireUpdateDryRunCommand
$requireUpdateDryRunCommand |
|
protected |
The documentation for this class was generated from the following file: