Skip to content

Commit 637df7d

Browse files
committed
fixed mock import
1 parent 61078ad commit 637df7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

performance-test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
use Nette\Application\Request;
44
use App\Exceptions\InternalServerException;
5-
use App\Helpers\Mocks\MockHelper;
65
use App\V1Module\Presenters\RegistrationPresenter;
76
use Tester\Assert;
87

8+
require_once __DIR__ . "/tests/Mocks/MockHelper.php";
99
require __DIR__ . '/tests/bootstrap.php';
1010

1111
class PerformanceTest

0 commit comments

Comments
 (0)