Christian Flothmann
|
8bda0beb7f
Merge branch '5.4' into 6.4
|
9 months ago |
Alexandre Daubois
|
4fdf34004f
[Process] Fix failing tests causing segfaults
|
9 months ago |
Alexander M. Turek
|
d4fd4a807b
Merge branch '5.4' into 6.4
|
9 months ago |
Lucas Bustamante
|
7e2c857ee8
[Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3
|
9 months ago |
Nicolas Grekas
|
31642b0818
Merge branch '6.3' into 6.4
|
10 months ago |
Nicolas Grekas
|
6c5eceb885
Merge branch '5.4' into 6.3
|
10 months ago |
Nicolas Grekas
|
cbc28e3401
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
|
10 months ago |
Ryan Weaver
|
b8f2424f05
[Process] Fix bug where $this->callback is never null, resulting in bad argument
|
1 year ago |
Nicolas Grekas
|
7edc2f8e67
Merge branch '6.3' into 6.4
|
1 year ago |
Nicolas Grekas
|
0b5c29118f
Merge branch '5.4' into 6.3
|
1 year ago |
Nicolas Grekas
|
45261e1fcc
[Process] Fix silencing `wait` when using a sigchild-enabled binary
|
1 year ago |
Nicolas Grekas
|
8d552f7ecf
Merge branch '6.3' into 6.4
|
1 year ago |
Nicolas Grekas
|
d62c23a051
Merge branch '5.4' into 6.3
|
1 year ago |
Nicolas Grekas
|
ce9850f4ea
[Process] Fix test case
|
1 year ago |
Nicolas Grekas
|
1132f6e098
Use typed properties in tests as much as possible
|
1 year ago |
Nicolas Grekas
|
c5ce962db0
Merge branch '6.2' into 6.3
|
1 year ago |
Nicolas Grekas
|
1603ae3248
Merge branch '5.4' into 6.2
|
1 year ago |
Nicolas Grekas
|
1a44dc377e
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
|
1 year ago |
Nicolas Grekas
|
8741e3ed7f
Merge branch '6.2' into 6.3
|
1 year ago |
Nicolas Grekas
|
97ae9721be
Merge branch '5.4' into 6.2
|
1 year ago |
Joel Wurtz
|
e3c46cc568
[Process] Stop the process correctly even if underlying input stream is not closed:
|
1 year ago |
Nicolas Grekas
|
fa60a09699
Merge branch '6.2' into 6.3
|
1 year ago |
Nicolas Grekas
|
8d7df636e5
Merge branch '6.2' into 6.3
|
1 year ago |
Nicolas Grekas
|
c714c35626
Merge branch '5.4' into 6.2
|
1 year ago |
Oskar Stark
|
4019350bf7
Migrate to `static` data providers using `rector/rector`
|
1 year ago |
tigitz
|
21b4d0c1c5
Leverage arrow function syntax for closure
|
1 year ago |
Nicolas Grekas
|
a6506e99cf
Merge branch '6.0' into 6.1
|
2 years ago |
Nicolas Grekas
|
6e75fe6874
Merge branch '4.4' into 5.4
|
2 years ago |
Nicolas Grekas
|
5cee9cdc4f
CS fixes
|
2 years ago |
Nicolas Grekas
|
453a55e6c1
Merge branch '6.0' into 6.1
|
2 years ago |
Fabien Potencier
|
597f3fff8e
Merge branch '4.4' into 5.4
|
2 years ago |
Simon Asika
|
9eedd60225
[Process] Fix Process::getEnv() when setEnv() hasn't been called before
|
2 years ago |
Nicolas Grekas
|
e0d623c582
Bump minimum version of PHP to 8.1
|
2 years ago |
Nicolas Grekas
|
36294abf55
Merge branch '6.0' into 6.1
|
2 years ago |
Nicolas Grekas
|
9a5dd518f0
Merge branch '5.3' into 5.4
|
2 years ago |
Nicolas Grekas
|
ff1cabb18a
CS fixes
|
2 years ago |
Alexander M. Turek
|
31d7ad3935
Make use of the nullsafe operator
|
2 years ago |
Nicolas Grekas
|
5be20b3830
Merge branch '5.3' into 5.4
|
3 years ago |
Kirill Lazarev
|
b546181a4d
[Process] intersect with getenv() in case-insensitive manner to get default envs
|
3 years ago |
Michael Voříšek
|
b076aa9be2
Fix "can not" spelling
|
3 years ago |
Alexander M. Turek
|
af75ea2503
Leverage str_contains/str_starts_with
|
3 years ago |
Oskar Stark
|
7e950b6366
Use createMock() and use import instead of FQCN
|
3 years ago |
Fabien Potencier
|
298c752498
Use ::class keyword when possible
|
3 years ago |
Nyholm
|
ec1482f13d
[Process] Dont test TTY if there is no TTY support
|
4 years ago |
Nicolas Grekas
|
9b887acc52
Merge branch '3.4' into 4.4
|
4 years ago |
Nicolas Grekas
|
46a862d0f3
Enable "native_constant_invocation" CS rule
|
4 years ago |
Alexander M. Turek
|
3bc410c407
[Process] Fix failing test on php 8.
|
4 years ago |
Nicolas Grekas
|
47c5548772
Merge branch '3.4' into 4.4
|
4 years ago |
Nicolas Grekas
|
8a895f0c92
Make PHP 8 green on Travis
|
4 years ago |
Nicolas Grekas
|
4b6a9a4013
bug #36408 [PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions (soyuka)
|
4 years ago |