mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
release: v2.11.0
This commit is contained in:
@ -46,6 +46,7 @@ $bootPest = (static function (): void {
|
||||
];
|
||||
|
||||
foreach ($composerAutoloadFiles as $file) {
|
||||
|
||||
if (file_exists($file)) {
|
||||
require_once $file;
|
||||
define('PHPUNIT_COMPOSER_INSTALL', $file);
|
||||
|
||||
Reference in New Issue
Block a user