Skip to content

Commit

Permalink
better test output
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Dec 27, 2024
1 parent 14e4ed8 commit 9c3c4d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/phpunit/constantsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public function testNonJournalListIsNotBad() {
if ($check !== $journal) {
$failed = true;
$this->flush();
echo "\n\n CANONICAL_PUBLISHER_URLS damaged by NON_JOURNAL_WEBSITES: " . $journal . ' ' . $check . "\n\n";
echo "\n\n CANONICAL_PUBLISHER_URLS damaged by NON_JOURNAL_WEBSITES: " . $journal . ' changed to ' . $check . "\n\n";
$this->flush();
}
$check = $journal;
Expand All @@ -429,7 +429,7 @@ public function testNonJournalListIsNotBad() {
if ($check !== $journal) {
$failed = true;
$this->flush();
echo "\n\n JOURNAL_ARCHIVES_SITES damaged by NON_JOURNAL_WEBSITES: " . $journal . ' ' . $check . "\n\n";
echo "\n\n JOURNAL_ARCHIVES_SITES damaged by NON_JOURNAL_WEBSITES: " . $journal . ' changed to ' . $check . "\n\n";
$this->flush();
}
}
Expand All @@ -442,7 +442,7 @@ public function testNonJournalListIsNotBad() {
if ($check !== $journal) {
$failed = true;
$this->flush();
echo "\n\n NON_JOURNAL_WEBSITES damaged by JOURNAL_ARCHIVES_SITES: " . $journal . ' ' . $check . "\n\n";
echo "\n\n NON_JOURNAL_WEBSITES damaged by JOURNAL_ARCHIVES_SITES: " . $journal . ' changed to ' . $check . "\n\n";
$this->flush();
}
}
Expand Down

0 comments on commit 9c3c4d3

Please sign in to comment.