Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-machtelinckx committed Oct 31, 2024
1 parent 3c7bcd7 commit ca6b024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BDD_Creator/tests/functional/DatabaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
use App\Class\Database;
require_once __DIR__ . '/../../vendor/autoload.php';

if (!class_exists('App\Class\Database')) {
include __DIR__ . '/../../src/Class/Database.php';
}


// use GuzzleHttp\Client;
// include '../src/conf.php';

Expand Down

0 comments on commit ca6b024

Please sign in to comment.