Use require_once instead

This commit is contained in:
2018-12-19 21:41:30 +00:00
parent 27944ac132
commit 43d1a9a658
4 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
*/
use PHPUnit\Framework\TestCase;
require '../src/entryPoint.php';
require_once '../src/entryPoint.php';
class Test extends TestCase
{