Skip to content

Commit 9920b50

Browse files
committed
Use require_once in phpunit bootstrap
1 parent c3808e8 commit 9920b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
require __DIR__ . '/../vendor/autoload.php';
3+
require_once __DIR__ . '/../vendor/autoload.php';

0 commit comments

Comments
 (0)