Skip to content

Commit

Permalink
Fixed test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Nov 15, 2020
1 parent 433a565 commit e2f07f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/phing/tasks/ext/PHPUnitTaskTest.php
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ public function setUp(): void
public function testPlainFormatterDataProvider()
{
$this->executeTarget(__FUNCTION__);
$this->assertInLogs("Tests run: 2, Warnings: 0, Failures: 1, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed:");
$this->assertInLogs("Tests run: 2, Risky: 0, Warnings: 0, Failures: 1, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed:");
}

/**

0 comments on commit e2f07f3

Please sign in to comment.