Commit graph

9 commits

Author SHA1 Message Date
SimonHeimberg
2da98f6ff1 replaceIllegalCharacters replaces too long byte sequences
MySql only supports utf8 characters encoded shorter than four bytes.
2018-02-06 09:51:00 +01:00
Dmitry Khomutov
16755eadd4
Code style fixes + more tests for invalid UTF-8 log. 2018-02-04 13:20:46 +07:00
SimonHeimberg
7a8ed48e3d test cases inherit from PhpUnit testcase with namespeces
This name is available since phpunit 4.8.36 and 5.4.3.
2017-07-24 08:59:49 +02:00
Dmitry Khomutov
59837a8ff1
Added param 'priority_path' (For all plugins) for control paths priority when we search plugin binary. Issue #104. 2017-07-19 10:26:51 +07:00
Dmitry Khomutov
a2fbd9b775
Code style fixes 2017-03-12 11:40:40 +07:00
Dmitry Khomutov
8779880a8f
Removed hacks for Windows OS (Because it isn't work fine all the same) 2017-02-05 15:37:46 +07:00
Dmitry Khomutov
4b49c95b20
Code style fixes 2017-01-22 20:06:17 +07:00
TobiasKappe
5c10fca905 Read standard output and standard error of child process using stream_select. (#1253)
If a process filled up the buffer of the standard error pipe before closing the
standard output pipe, it would hang. As a result, the call to
stream_get_contents for the standard output pipe would not return, as the
standard error pipe needs to be read from in order for the process to continue.
This change uses stream_select to read from both pipes whenever data becomes
available.
2017-01-06 11:15:08 +07:00
Dmitry Khomutov
60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
Renamed from tests/PHPCI/Helper/CommandExecutorTest.php (Browse further)