We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abd7da commit aa99427Copy full SHA for aa99427
tests/Script/ProcessorTest.php
@@ -154,7 +154,7 @@ public function testNothingToDoIfFileAlreadyExistInVersion()
154
$processor = new Processor($this->io, $helper);
155
$processor->process($tool);
156
157
- $this->assertRegexp('/already exist in given version/', $this->getDisplay($this->output));
+ $this->assertRegexp('/already exists in the given version/', $this->getDisplay($this->output));
158
}
159
160
public function testInValidSignatureCheckReturnsError()
0 commit comments