Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dansysanalyst committed Sep 16, 2022
1 parent 4783a16 commit c76afb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Adapters/PhpunitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function itHasTests(): void
! warn example → This is a warning description
✓ pass example
Tests: 1 warnings, 1 risky, 1 incompleted, 1 skipped, 6 passed
Tests: 1 warnings, 1 risky, 1 incomplete, 1 skipped, 6 passed
Time:
EOF,
$output
Expand Down Expand Up @@ -116,7 +116,7 @@ public function itHasRecap(): void
]);

$this->assertConsoleOutputContainsString(
'Tests: 1 warnings, 1 risky, 1 incompleted, 1 skipped, 7 passed',
'Tests: 1 warnings, 1 risky, 1 incomplete, 1 skipped, 7 passed',
$output
);
}
Expand Down

0 comments on commit c76afb4

Please sign in to comment.