Files
pest/tests/Environments/Windows.php
T
2026-07-18 01:10:01 +01:00

8 lines
144 B
PHP

<?php
declare(strict_types=1);
test('global functions are loaded', function (): void {
expect(helper_returns_string())->toBeString();
});