Romain Neutron
|
eb80393fb1
[Process] Setting STDIN while running should not be possible
|
10 years ago |
Fabien Potencier
|
741662b1c7
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
77e1693774
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
26893524a0
made phpdoc types consistent with those defined in Hack
|
10 years ago |
Romain Neutron
|
580e44b0bf
[Process] Fix Process test suite
|
10 years ago |
Fabien Potencier
|
1b6f4fc4e4
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
c09c3b0845
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
02dacd6fe3
[Process] Trow exceptions in case a Process method is supposed to be called after termination
|
10 years ago |
Max Voloshin
|
4555201e91
[Process] fixed fatal errors in getOutput and getErrorOutput when process was not started
|
11 years ago |
Romain Neutron
|
6ce553c2c3
[Process] Avoid failures because of slow IOs
|
10 years ago |
Romain Neutron
|
9f34844416
[Process] Increase tests speed
|
10 years ago |
Romain Neutron
|
33febe2d2b
[Process] Handle idle timeout and disable output conflict
|
10 years ago |
Romain Neutron
|
e44cc70b42
[Process] Avoid failure because of a slow process
|
10 years ago |
Fabien Potencier
|
fa18e426ad
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
1adfbc0561
minor #10424 [2.4][Process] Fix some unit tests that create the process object instead of delegate it to the implementation (romainneutron)
|
10 years ago |
Fabien Potencier
|
1848a39779
Merge branch '2.3' into 2.4
|
10 years ago |
Aaron Stephens
|
69ccad4bef
Fixed data in pipe being truncated if not read before process termination
|
10 years ago |
Romain Neutron
|
be017d5dc6
[Process] Add Process::disableOutput and Process::enableOutput methods
|
11 years ago |
Romain Neutron
|
6f7f943c35
[Process] Fix some unit tests that create the process object instead of delegate it to the implementation
|
10 years ago |
Romain Neutron
|
3ab6c2d176
[Process] Fix some unit tests that create the process object instead of delegate it to the implementation
|
10 years ago |
Romain Neutron
|
d032687566
[Process] Make process tests more accurate on exception messages
|
10 years ago |
Fabien Potencier
|
cce5347c84
bug #10412 [Process] Fix process status in TTY mode (romainneutron)
|
10 years ago |
Romain Neutron
|
eb6723c59d
[Process] Fix process status in TTY mode
|
10 years ago |
Romain Neutron
|
3e733b1fb6
[Process] Use assertSame instead of assertEquals to avoid comparison against `null`
|
10 years ago |
Fabien Potencier
|
08e93400ef
removed unneded test groups
|
10 years ago |
Fabien Potencier
|
7f229abb27
feature #8655 Adds PTY mode & convenience method mustRun() (schmittjoh)
|
10 years ago |
Fabien Potencier
|
621e071542
Merge branch '2.3' into 2.4
|
11 years ago |
Fabien Potencier
|
2961b5646f
fixed various typos
|
11 years ago |
Fabien Potencier
|
87738ff42e
Merge branch '2.3' into 2.4
|
11 years ago |
Fabien Potencier
|
b09d36ac19
fixed @expectedException class names
|
11 years ago |
Fabien Potencier
|
ec874af2ca
Merge branch '2.3'
|
11 years ago |
Fabien Potencier
|
96e7ab8d6f
Merge branch '2.2' into 2.3
|
11 years ago |
Fabien Potencier
|
ab6055d217
minor #9466 [Process] fix phpdoc and timeout of 0 (Tobion)
|
11 years ago |
Jonathan Poston
|
c2641616d2
Check if the pipe array is empty before calling stream_select()
|
11 years ago |
Tobias Schultze
|
f4fadb8162
[Process] fix phpdoc and timeout of 0
|
11 years ago |
Bernhard Schussek
|
82f8588eff
[Process] Renamed flushOutput() and flushErrorOutput() to clearOutput() and clearErrorOutput()
|
11 years ago |
Fabien Potencier
|
2b2c60142e
Merge branch '2.3'
|
11 years ago |
Fabien Potencier
|
82898108f7
fixed CS
|
11 years ago |
Fabien Potencier
|
f44de14362
feature#8288 [Process] Added support for stdout and stderr flush (Issue #7884) (imobilis)
|
11 years ago |
Juan Traverso
|
50694ea95c
[Process] Added support for stdout and stderr flush (Issue #7884)
|
11 years ago |
Fabien Potencier
|
3d8287117b
Merge branch '2.3'
|
11 years ago |
Romain Neutron
|
67c4dff91c
[Process] Properly close pipes after a Process::stop call
|
11 years ago |
Fabien Potencier
|
bbec99aebb
Merge branch '2.3'
|
11 years ago |
Fabien Potencier
|
d601c5e5dd
Merge branch '2.2' into 2.3
|
11 years ago |
Romain Neutron
|
c477a40aac
[Process] Fix #8970 : read output once the process is finished, enable pipe tests on Windows
|
11 years ago |
Romain Neutron
|
f1386b0957
Fix testIdleTimeoutNotExceededWhenOutputIsSent on windows
|
11 years ago |
Fabien Potencier
|
95703b675c
Merge branch '2.3' (closes #8956)
|
11 years ago |
Fabien Potencier
|
501b64b920
Merge branch '2.2' into 2.3 (closes #8955)
|
11 years ago |
Romain Neutron
|
5f489844e1
[Process][2.2] Fix Process component on windows
|
11 years ago |
Fabien Potencier
|
a738a85b75
Merge branch '2.3'
|
11 years ago |