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 cacdbf5 commit 5c541d0Copy full SHA for 5c541d0
2 files changed
composer.json
@@ -18,7 +18,7 @@
18
"php": ">=8.0 <8.3"
19
},
20
"require-dev": {
21
- "nette/tester": "^2.4",
+ "nette/tester": "^2.5",
22
"tracy/tracy": "^2.9",
23
"phpstan/phpstan": "^1.0",
24
"jetbrains/phpstorm-attributes": "dev-master"
tests/bootstrap.php
@@ -13,7 +13,7 @@
13
14
// configure environment
15
Tester\Environment::setup();
16
-date_default_timezone_set('Europe/Prague');
+Tester\Environment::setupFunctions();
17
function getTempDir(): string
@@ -35,9 +35,3 @@ function getTempDir(): string
35
36
return $dir;
37
}
38
-
39
40
-function test(string $title, Closure $function): void
41
-{
42
- $function();
43
-}
0 commit comments