We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f136bd5 commit 9d16cffCopy full SHA for 9d16cff
composer.json
@@ -20,7 +20,7 @@
20
},
21
"require-dev": {
22
"nette/di": "^3.0",
23
- "nette/tester": "^2.4",
+ "nette/tester": "^2.5",
24
"nette/security": "^3.0",
25
"tracy/tracy": "^2.8",
26
"phpstan/phpstan-nette": "^2.0@stable"
tests/bootstrap.php
@@ -12,6 +12,7 @@
12
13
14
Tester\Environment::setup();
15
+Tester\Environment::setupFunctions();
16
date_default_timezone_set('Europe/Prague');
17
18
@@ -37,9 +38,3 @@ function getTempDir(): string
37
38
39
40
ini_set('session.save_path', getTempDir());
-
41
42
-function test(string $title, Closure $function): void
43
-{
44
- $function();
45
-}
0 commit comments