Skip to content

Commit

Permalink
Update expandFnsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Dec 30, 2024
1 parent fbc0f97 commit 1d947aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/phpunit/expandFnsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -731,11 +731,13 @@ public function testRestoreItalics4(): void {
}

public function testcheck_memory_usage(): void {
$pg = new TestPage(); unset($pg); // Fill page name with test name for debugging
check_memory_usage('testcheck_memory_usage');
$this->assertTrue(true);
}

public function testCleanDates1(): void {
$pg = new TestPage(); unset($pg); // Fill page name with test name for debugging
$this->assertSame('', clean_dates(''));
}

Expand Down

0 comments on commit 1d947aa

Please sign in to comment.