Fixed plugins execution
This commit is contained in:
parent
9fdfa967a7
commit
041ab16e71
2 changed files with 8 additions and 12 deletions
|
|
@ -100,8 +100,8 @@ class ExecutorTest extends \PHPUnit_Framework_TestCase
|
|||
{
|
||||
$options = [];
|
||||
$pluginName = 'DOESNTEXIST';
|
||||
|
||||
$this->mockBuildLogger->logFailure('Plugin does not exist: ' . $pluginName)->shouldBeCalledTimes(1);
|
||||
|
||||
$this->mockBuildLogger->logFailure(sprintf('Plugin does not exist: %s', $pluginName))->shouldBeCalledTimes(1);
|
||||
|
||||
$this->testedExecutor->executePlugin($pluginName, $options);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue