Skip to content

Commit

Permalink
ENH Suppress deprecation notices for API we can't avoid
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 22, 2024
1 parent 096eca8 commit 4c56538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Publisher/FilesystemPublisherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function testUrlToPathWithDomainBasedCaching(): void

public function testMenu2LinkingMode(): void
{
SSViewer::set_themes(null);
SSViewer::set_themes([]);

$reflection = new \ReflectionClass(FilesystemPublisher::class);
$urlToPath = $reflection->getMethod('URLtoPath');
Expand Down

0 comments on commit 4c56538

Please sign in to comment.