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 19deb3a commit 4628ad2Copy full SHA for 4628ad2
2 files changed
composer.json
@@ -33,7 +33,7 @@
33
"nette/robot-loader": "^3.0 || ^4.0",
34
"nette/safe-stream": "^2.2",
35
"nette/security": "^3.0",
36
- "nette/tester": "^2.4",
+ "nette/tester": "^2.5",
37
"latte/latte": "^2.8 || ^3.0",
38
"tracy/tracy": "^2.9",
39
"phpstan/phpstan-nette": "^2.0@stable"
tests/bootstrap.php
@@ -13,6 +13,7 @@
13
14
// configure environment
15
Tester\Environment::setup();
16
+Tester\Environment::setupFunctions();
17
date_default_timezone_set('Europe/Prague');
18
19
@@ -35,9 +36,3 @@ function getTempDir(): string
return $dir;
}
-
40
-function test(string $title, Closure $function): void
41
-{
42
- $function();
43
-}
0 commit comments