Skip to content

Commit

Permalink
Update PhpBrowserTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
indy2kro committed Jul 23, 2024
1 parent 9f82b04 commit e03e2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Codeception/Module/PhpBrowserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Codeception\Module\PhpBrowser;
use Codeception\Stub;

require_once __DIR__ . '/tests/data/app/data.php';
require_once dirname(dirname(dirname(__DIR__))) . '/data/app/data.php';
require_once __DIR__ . '/TestsForBrowsers.php';

use Codeception\Test\Cept;
Expand Down

0 comments on commit e03e2d9

Please sign in to comment.