tests: windows global functions

This commit is contained in:
Nuno Maduro
2023-03-20 16:08:14 +00:00
parent c9a8007811
commit 17e242a5f6
2 changed files with 10 additions and 0 deletions

View File

@ -25,3 +25,7 @@ uses()
$_SERVER['globalHook']->calls->afterAll++;
})
->in('Hooks');
function helper_returns_string() {
return 'string';
}