wiki.techinc.nl/tests/phpunit/unit/includes/shell
Kunal Mehta b3f54db14c shell: Fix autodetection of firejail in findFirejail()
Fixes a regression from 3f94708eff. ExecutableFinder returns false if
the executable isn't found, but CommandFactory was expecting a null response,
This caused autodetection to always think firejail was present.

Adjust CommandFactoryTest to ensure we're always passing a string to
FirejailCommand. We need to switch findFirejail to protected so it can
be mocked.

Bug: T257282
Change-Id: Ie73418ebef6dce2bd5ec18fa38e29219d5bb2fd6
2020-07-07 03:18:34 -07:00
..
CommandFactoryTest.php shell: Fix autodetection of firejail in findFirejail() 2020-07-07 03:18:34 -07:00
FirejailCommandTest.php shell: Skip FirejailCommandTest::testBuildFinalCommand() on Windows 2020-02-11 16:31:31 +00:00