@ethelyn
To run PHPUnit with a different Linux user, you can use the su command to switch to that user before running the PHPUnit command. Here's how you can do it:
PHPUnit will now be executed with the permissions of the user you switched to.
@ethelyn
It is important to note that switching to a different user using the "su" command may require you to have the necessary permissions to do so. If you encounter any permission issues, make sure to have the appropriate privileges to switch users or contact your system administrator for assistance.