Skip to content

Commit

Permalink
help test out
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 26, 2024
1 parent 1695a0b commit 2b7511a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit/expandFnsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,9 @@ public function testHostIsGoneDOI() : void {
foreach (NULL_DOI_LIST as $doi) {
if (in_array($doi, NULL_DOI_BUT_GOOD)) {
$both = $both . " In Both: " . $doi . " ";
}
}
$works = doi_works($doi);
sleep(1); // give dx.doi.org a break on this junk
if ($works === TRUE && !in_array($doi, NULL_DOI_ANNOYING)) {
$changed = TRUE;
} elseif ($works === FALSE) {
Expand Down

0 comments on commit 2b7511a

Please sign in to comment.