Skip to content

Commit

Permalink
Fix testFullSvnWorkflowForUnchangedFile
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Jun 9, 2019
1 parent 978120a commit 222fb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SvnWorkflowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function executeCommand(string $command): string {
}

public function testFullSvnWorkflowForUnchangedFile() {
$this->expectException(ShellException::class);
$this->expectException(NonFatalException::class);
$svnFile = 'foobar.php';
$debug = function($message) {}; //phpcs:ignore VariableAnalysis
$shell = new class() implements ShellOperator {
Expand Down

0 comments on commit 222fb95

Please sign in to comment.