Skip to content

Commit

Permalink
Update ReplaceRegexpTaskTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Sep 14, 2024
1 parent 02695c6 commit 9c03df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Phing/Test/Task/System/ReplaceRegexpTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ public function testReplaceRegexp(): void

public function testFailOnError(): void
{
$this->expectSpecificBuildException(
$this->expectBuildExceptionContaining(
__FUNCTION__,
'failonerror has to fail',
"Error reading file: 'filesetwillmostlikelyneversupportthisattribute'"
"Error reading file:"
);
}
}

0 comments on commit 9c03df0

Please sign in to comment.