Skip to content

Commit f64355d

Browse files
committed
Bootstrap
1 parent 3e9c9c7 commit f64355d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bootstrap.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
22
use Symfony\Component\Dotenv\Dotenv;
3-
require dirname(__DIR__).'/vendor/autoload.php';
3+
echo "Bootstrap loaded";
4+
require './vendor/autoload.php';
45

0 commit comments

Comments
 (0)