Skip to content

Commit e03e2d9

Browse files
committed
Update PhpBrowserTest.php
1 parent 9f82b04 commit e03e2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/unit/Codeception/Module/PhpBrowserTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Codeception\Module\PhpBrowser;
1212
use Codeception\Stub;
1313

14-
require_once __DIR__ . '/tests/data/app/data.php';
14+
require_once dirname(dirname(dirname(__DIR__))) . '/data/app/data.php';
1515
require_once __DIR__ . '/TestsForBrowsers.php';
1616

1717
use Codeception\Test\Cept;

0 commit comments

Comments
 (0)