![]() |
Is it possible to run CI3 unit tests without sudo privileges? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Is it possible to run CI3 unit tests without sudo privileges? (/showthread.php?tid=86952) Pages:
1
2
|
RE: Is it possible to run CI3 unit tests without sudo privileges? - kenjis - 03-22-2023 (03-22-2023, 12:41 PM)sneakyimp Wrote: why are there so many files?. Most of files are old versions of third party library PHP-Parser. https://github.com/kenjis/ci-phpunit-test/tree/3.x/application/tests/_ci_phpunit_test/patcher/third_party These are just for Monkey Patching. And if you install via Composer, these old versions are never used. Personally I don't recommend to use Monkey Patching. It is dark magic. |