You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/crawlersTest.php
+55-1Lines changed: 55 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -757,7 +757,8 @@ public function testAds() : void {
757
757
'browser' => 'Samsung Internet',
758
758
'browserversion' => '3.3',
759
759
'engine' => 'Blink',
760
-
'engineversion' => '38.0.2125.102'
760
+
'engineversion' => '38.0.2125.102',
761
+
'browserreleased' => '2017-11-09'
761
762
]
762
763
];
763
764
foreach ($stringsAS$ua => $item) {
@@ -1920,6 +1921,59 @@ public function testAi() : void {
1920
1921
'platformversion' => '5.0',
1921
1922
'app' => 'Tik Tok Spider',
1922
1923
'appname' => 'TikTokSpider'
1924
+
],
1925
+
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; ClaudeBot/1.0; +claudebot@anthropic.com)' => [
1926
+
'string' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; ClaudeBot/1.0; +claudebot@anthropic.com)',
0 commit comments