Skip to content

Commit

Permalink
fixes #5355 - remove non-unicode chars from test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Sep 3, 2016
1 parent e7fd1e7 commit 33bb26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
2 changes: 2 additions & 0 deletions Tests/DeviceDetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ public function getUserAgents()
array('Mozilla/5.0 (X11; U; Linux i686; th-TH@calendar=gregorian) AppleWebKit/534.12 (KHTML, like Gecko) Puffin/1.3.2665MS Safari/534.12', false, true, false),
array('Mozilla/5.0 (Linux; Android 4.4.4; MX4 Pro Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36; 360 Aphone Browser (6.9.7)', false, true, false),
array('Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; xx) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Safari/530.17 Skyfire/6DE', false, true, false),
// useragent containing non unicode chars
array('Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; PMP7380D3G Build/JZO54K) AppleWebKit/534.30 (KHTML, как Gecko) Version/4.0 Safari/534.30', false, true, false),
);
}

Expand Down
20 changes: 0 additions & 20 deletions Tests/fixtures/tablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4776,26 +4776,6 @@
model: PMP7280C3G QUAD
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; PMP7380D3G Build/JZO54K) AppleWebKit/534.30 (KHTML, как Gecko) Version/4.0 Safari/534.30
os:
name: Android
short_name: AND
version: "4.1.2"
platform:
client:
type: browser
name: Android Browser
short_name: AN
version:
engine: WebKit
engine_version: "534.30"
device:
type: tablet
brand: PR
model: PMP7380D3G
os_family: Android
browser_family: Android Browser
-
user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; PMP7880D3G Build/PMP7880D3G_20130220_v1.0.0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
os:
Expand Down

0 comments on commit 33bb26e

Please sign in to comment.