Bastien Philippe
Bastien Philippe
Maybe testing that Laravel is installed but Orchestra not could do the trick : ```php public static function isALaravelApplication(): bool { return class_exists(\Illuminate\Foundation\Application::class) && ! class_exists(\Orchestra\Testbench\TestCase::class); } ``` or using...
I can change the implementation (either way) but I just want to be sure I won't broke something I'm not aware of...
Hi @DanKeeble ! Trying a long shoot but does your PR is still valid ? Can you provide a use-case where this change is required and maybe a test for...
ProcessBuilder was deprecated in symfony/component 3.4.0 and removed in symfony/component 4.0 see https://github.com/symfony/process/blob/master/CHANGELOG.md