Commit Graph

11 Commits

Author SHA1 Message Date
Aleksander Machniak
37d75d96a3 Short array syntax, CS fixes 2020-11-27 19:51:33 +01:00
Aleksander Machniak
47d9ed6d0c Add support for PHPUnit 6 and 7 (#6870)
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned

We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
2019-12-28 09:37:45 +01:00
Aleksander Machniak
1b8e01e324 Cleanup unused code 2019-10-16 12:29:24 +02:00
Aleksander Machniak
27bfd0884e Drop rcube_browser::$lang property
You should use Accept-Language header instead, as we do in other place
2019-08-31 09:40:51 +02:00
Aleksander Machniak
1a10074b85 Add Edge browser detection 2019-08-31 08:50:20 +02:00
Aleksander Machniak
f5d6a242a8 Remove useless properties from rcube_browser 2019-08-31 08:19:12 +02:00
Aleksander Machniak
03f1691d47 Fixed Opera > 15 detection (#1489562) 2014-02-03 13:27:36 +01:00
Aleksander Machniak
3373e4ae10 Fix browser version detection and failing tests 2013-11-18 19:50:01 +01:00
Aleksander Machniak
741ddced5b Fix Internet Explorer 11 detection (#1489434) 2013-11-15 10:45:44 +01:00
Sebastian Förster
18d80255e3 check parsing of HTTP_USER_AGENT Variable with multiple Datasets 2013-09-13 22:33:18 +02:00
Aleksander Machniak
5f8adabb62 Add simple (constructor) tests for Framework classes 2012-08-27 09:28:16 +02:00