Unit tests added for the new Freebox user agent.

remotes/origin/ldap_group_count
Martial Saunois 11 years ago
parent c2ed8d5aa1
commit 8507efc427
  1. 10
      tests/lib/request.php

@ -118,6 +118,16 @@ class Test_Request extends PHPUnit_Framework_TestCase {
),
true
),
array(
'Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0',
OC_Request::USER_AGENT_FREEBOX,
false
),
array(
'Mozilla/5.0',
OC_Request::USER_AGENT_FREEBOX,
true
),
);
}
}

Loading…
Cancel
Save