mirror of
https://github.com/dg/dibi.git
synced 2025-08-27 07:54:21 +02:00
tests: test() with description
This commit is contained in:
@@ -37,7 +37,7 @@ if ($config['system'] === 'odbc') {
|
||||
}
|
||||
|
||||
|
||||
function test(Closure $function)
|
||||
function test(string $title, Closure $function): void
|
||||
{
|
||||
$function();
|
||||
}
|
||||
|
Reference in New Issue
Block a user