We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809aecb commit 0163609Copy full SHA for 0163609
tests/src/Pdp/PublicSuffixListManagerTest.php
@@ -201,7 +201,7 @@ public function testGetProvidedListFromDefaultCacheDir()
201
// By not providing cache I'm forcing use of default cache dir
202
$listManager = new PublicSuffixListManager();
203
$publicSuffixList = $listManager->getList();
204
- $this->assertGreaterThanOrEqual(300, count($publicSuffixList));
+ $this->assertGreaterThanOrEqual(300, count($publicSuffixList->getRules()));
205
}
206
207
private function getMock(string $class)
0 commit comments