Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #110 from spekulatius/improving-untestable-output
Browse files Browse the repository at this point in the history
Improving untestable output
  • Loading branch information
nesk authored Sep 30, 2020
2 parents 7a13ac9 + 4268ca0 commit a8e9251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PuphpeteerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function check_all_resources_are_supported()
if (empty($incompleteResources)) return;

$incompleteText = "The following resources have not been tested properly, probably"
." for good reasons but you might want to have a look:";
." for good reasons but you might want to have a look:\n";

foreach ($incompleteResources as $name => $resource) {
if ($resource instanceof UntestableResource) {
Expand Down

0 comments on commit a8e9251

Please sign in to comment.