# Failed test (./StringParserTest.php at line 124) # got: array ( 'string' => 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; trident/4.0; gtb6; slcc1; .net clr 2.0.50727; officeliveconnector.1.3; officelivepatch.0.0; .net clr 3.5.30729; infopath.2; .net clr 3.0.30729; msoffice 12)', 'browser_name' => 'trident', 'browser_version' => '4.0', 'operating_system' => 'windows', 'engine' => 'trident',) # expected: array ( 'string' => 'mozilla/4.0 (compatible; msie 7.0; windows nt 6.0; trident/4.0; gtb6; slcc1; .net clr 2.0.50727; officeliveconnector.1.3; officelivepatch.0.0; .net clr 3.5.30729; infopath.2; .net clr 3.0.30729; msoffice 12)', 'browser_name' => 'msie', 'browser_version' => '7.0', 'operating_system' => 'windows', 'engine' => 'trident',) # Looks like you failed 1 tests of 24.