Commit Graph

10 Commits (master)

Author SHA1 Message Date
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.
6 years ago
Aleksander Machniak 1b8e01e324 Cleanup unused code 6 years ago
Aleksander Machniak 27bfd0884e Drop rcube_browser::$lang property
You should use Accept-Language header instead, as we do in other place
6 years ago
Aleksander Machniak 1a10074b85 Add Edge browser detection 6 years ago
Aleksander Machniak f5d6a242a8 Remove useless properties from rcube_browser 6 years ago
Aleksander Machniak 03f1691d47 Fixed Opera > 15 detection (#1489562) 12 years ago
Aleksander Machniak 3373e4ae10 Fix browser version detection and failing tests 12 years ago
Aleksander Machniak 741ddced5b Fix Internet Explorer 11 detection (#1489434) 12 years ago
Sebastian Förster 18d80255e3 check parsing of HTTP_USER_AGENT Variable with multiple Datasets 12 years ago
Aleksander Machniak 5f8adabb62 Add simple (constructor) tests for Framework classes 14 years ago