Jordi Boggiano
|
37d722e73c
|
PHPStan/tests updates (#11996)
* Remove a bunch of inline ignores and migrate all PHPUnit assertions to static calls
* Update baseline (1573, 93)
* Update commit hash
|
2024-05-29 23:12:06 +02:00 |
Ondřej Mirtes
|
5bb30ca170
|
Update PHPStan (#11976)
* Update PHPStan
* Update inline ignores to `@phpstan-ignore` with error identifier
|
2024-05-22 09:09:04 +02:00 |
Jordi Boggiano
|
6a466a120a
|
Enable strict types on all files
|
2022-02-24 13:24:34 +01:00 |
Jordi Boggiano
|
abdc6893a6
|
Add void types where no return statement is present
|
2022-02-18 10:38:54 +01:00 |
Jordi Boggiano
|
7e50f37b87
|
Remove some dead code and deprecate JsonFormatter, JsonFile::JSON_* constants, and TlsHelper
|
2022-01-04 11:15:33 +01:00 |
Ion Bazan
|
a2137d5263
|
use Symfony PHPUnit Bridge
|
2020-02-07 12:22:22 +08:00 |
Alexander Kurilo
|
e1a6bd5ff1
|
Make JSON formatter test clearer
|
2018-08-10 08:54:34 +02:00 |
Alexander Kurilo
|
5a22a4f1f3
|
Make surrogate sequences in JSON work on PHP 5.3
Fixes #7510
|
2018-08-10 08:54:27 +02:00 |
Gabriel Caruso
|
afc9a7643e
|
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
|
2017-11-30 13:44:43 -02:00 |
Jordi Boggiano
|
94926218e8
|
CS fixes
|
2014-10-17 18:57:27 +01:00 |
Jordi Boggiano
|
ac497feaba
|
CS fixes
|
2014-06-10 16:13:12 +02:00 |
Jordi Boggiano
|
604a65cc31
|
Fix indenting, refs #2788
|
2014-03-06 10:26:16 +01:00 |
Sylvain Filteau
|
92e283973f
|
Skip test requiring mbstring when it's not installed
|
2014-03-05 20:30:09 -05:00 |
Sandy Pleyte
|
f92f2f45a9
|
Fix for #2613, when using php < 5.4 there was an unnecessary backslash before each utf-8 char. The problem was that the regexp matched all utf-8 encoded chars (included the ones that where escaped). The new regexp uses the lookbehind feature to check if the backslash isn't prefixed with an other backslash.
|
2014-02-18 09:01:12 +01:00 |