Skip to content

Commit

Permalink
Add test case for Internet Explorer 11 detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Nov 21, 2013
1 parent 419d89f commit 1d5b248
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/classes/PMA_Config_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,14 @@ public function userAgentProvider()
'IE',
'11.0',
),
array(
'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; '
. '.NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; '
. '.NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko',
'Win',
'IE',
'11.0',
),
array(
'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, '
. 'like Gecko) Chrome/25.0.1364.172 Safari/537.22',
Expand Down

0 comments on commit 1d5b248

Please sign in to comment.