Skip to content

Commit

Permalink
Update tests/PHPUnit/bootstrap.php
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com>
Signed-off-by: Thomas Weichselbaumer <thomas.weichselbaumer@netzberufler.de>
  • Loading branch information
Netzberufler and tyrann0us authored Dec 18, 2023
1 parent c183dda commit d8eb425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/PHPUnit/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

putenv('TESTS_PATH='.__DIR__);
putenv('LIBRARY_PATH='.dirname(__DIR__));
$vendor = dirname(dirname(dirname(__FILE__))).'/vendor/';
Expand Down

0 comments on commit d8eb425

Please sign in to comment.