Skip to content

Commit

Permalink
Update TemplateTest2.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 20, 2024
1 parent 0a0db73 commit d24dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/TemplateTest2.php
Original file line number Diff line number Diff line change
Expand Up @@ -4143,7 +4143,7 @@ public function testTidyURLStatus() : void {
$this->AssertNull($expanded->get2('deadurl'));
}

public function testTidyMonth2() : void {
public function testTidyMonth3() : void {
$text = "{{cite web|date=March 2000|month=march|day=11}}";
$expanded = $this->make_citation($text);
$expanded->tidy_parameter('month');
Expand Down

0 comments on commit d24dd85

Please sign in to comment.