chore: adjusts tests

This commit is contained in:
Nuno Maduro
2025-08-03 10:32:14 -06:00
parent fcb60f3c4a
commit 273edb864c

View File

@ -27,7 +27,7 @@ it('does not allow static closures', function () {
$testSuite->tests->set($method);
})->throws(
TestClosureMustNotBeStatic::class,
'Test closure must not be static. Please remove the `static` keyword from the `bar` method in `foo`.',
'Test closure must not be static. Please remove the [static] keyword from the [bar] method in [foo].',
);
it('alerts users about tests with arguments but no input', function () {