File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 - 5.6
66 - 5.5
77 - 5.4
8- - 5.3
98
109script : phpunit --configuration phpunit.xml.dist
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class Browser
9797 const BROWSER_MSN = 'MSN Browser ' ; // http://explorer.msn.com/
9898 const BROWSER_MSNBOT = 'MSN Bot ' ; // http://search.msn.com/msnbot.htm
9999 const BROWSER_BINGBOT = 'Bing Bot ' ; // http://en.wikipedia.org/wiki/Bingbot
100- const BROWSER_VIVALDI = 'Vivalidi ' ; // https://vivaldi.com/
100+ const BROWSER_VIVALDI = 'Vivaldi ' ; // https://vivaldi.com/
101101 const BROWSER_YANDEX = 'Yandex ' ; // https://browser.yandex.ua/
102102
103103 const BROWSER_NETSCAPE_NAVIGATOR = 'Netscape Navigator ' ; // http://browser.netscape.com/ (DEPRECATED)
@@ -415,7 +415,7 @@ protected function checkBrowsers()
415415 // before Safari
416416 // (5) Netscape 9+ is based on Firefox so Netscape checks
417417 // before FireFox are necessary
418- // (6) Vivalid is UA contains both Firefox and Chrome so Vivalid checks
418+ // (6) Vivaldi is UA contains both Firefox and Chrome so Vivaldi checks
419419 // before Firefox and Chrome
420420 $ this ->checkBrowserWebTv () ||
421421 $ this ->checkBrowserEdge () ||
You can’t perform that action at this time.
0 commit comments