File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ public function testCreatingParserWithString()
13
13
{
14
14
$ parser = new Parser ("Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; InfoPath.1) " );
15
15
16
- $ this ->assertTrue ($ parser instanceof \WhichBrowser \Parser);
17
-
18
16
$ this ->assertTrue ($ parser ->isBrowser ('Internet Explorer ' , '= ' , '6.0 ' ));
19
17
}
20
18
@@ -24,8 +22,6 @@ public function testCreatingParserWithHeaders()
24
22
'User-Agent ' => 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; InfoPath.1) '
25
23
]);
26
24
27
- $ this ->assertTrue ($ parser instanceof \WhichBrowser \Parser);
28
-
29
25
$ this ->assertTrue ($ parser ->isBrowser ('Internet Explorer ' , '= ' , '6.0 ' ));
30
26
}
31
27
@@ -37,8 +33,6 @@ public function testCreatingParserWithOptions()
37
33
]
38
34
]);
39
35
40
- $ this ->assertTrue ($ parser instanceof \WhichBrowser \Parser);
41
-
42
36
$ this ->assertTrue ($ parser ->isBrowser ('Internet Explorer ' , '= ' , '6.0 ' ));
43
37
}
44
38
You can’t perform that action at this time.
0 commit comments