Skip to content

Commit 3a8a6f5

Browse files
committed
Fixing fraction running multiple tests
1 parent 1a38764 commit 3a8a6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Bootable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private function require(array $files): void
5252
foreach ($files as $file) {
5353
$cached[] = $file;
5454

55-
require_once $file;
55+
require $file;
5656
}
5757

5858
if ($this->application->isProduction() && $cached !== []) {

0 commit comments

Comments
 (0)