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 20, 2024
1 parent 5138a91 commit 5790857
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Phing/Test/Task/System/ReplaceRegexpTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ public function testFailOnError(): void
"Error reading file:"
);
}

public function testFlags(): void
{
$this->executeTarget(__FUNCTION__);
$this->assertStringEqualsFile('test.properties', 'NewProperty=12345');
}
}

0 comments on commit 5790857

Please sign in to comment.