rework of the e2e test suites
This commit is contained in:
@@ -279,3 +279,7 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
if (app()->environment(['local', 'testing'])) {
|
||||
require __DIR__.'/testing.php';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user