Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed May 20, 2023
1 parent b5b2927 commit d56c419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/bootstrap.php
@@ -1,6 +1,8 @@
<?php
declare(strict_types = 1);

use NepadaTests\Environment;

require __DIR__ . '/../vendor/autoload.php';

NepadaTests\Environment::setup();
Environment::setup();

0 comments on commit d56c419

Please sign in to comment.