Skip to content

Commit

Permalink
uses nette/tester 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 12, 2024
1 parent d69d535 commit 535013a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"php": "8.1 - 8.3"
},
"require-dev": {
"nette/tester": "^2.0",
"nette/tester": "^2.5",
"tracy/tracy": "^2.9",
"phpstan/phpstan": "^1"
},
Expand Down
7 changes: 1 addition & 6 deletions tests/bootstrap.php
Expand Up @@ -12,9 +12,4 @@

// configure environment
Tester\Environment::setup();


function test(string $title, Closure $function)
{
$function();
}
Tester\Environment::setupFunctions();

0 comments on commit 535013a

Please sign in to comment.