We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61078ad commit 637df7dCopy full SHA for 637df7d
1 file changed
performance-test.php
@@ -2,10 +2,10 @@
2
3
use Nette\Application\Request;
4
use App\Exceptions\InternalServerException;
5
-use App\Helpers\Mocks\MockHelper;
6
use App\V1Module\Presenters\RegistrationPresenter;
7
use Tester\Assert;
8
+require_once __DIR__ . "/tests/Mocks/MockHelper.php";
9
require __DIR__ . '/tests/bootstrap.php';
10
11
class PerformanceTest
0 commit comments