toBeTrue(); }); describe('a "describe" group of tests', function (): void { test('notice', function (): void { trigger_error('This is a notice description', E_USER_NOTICE); expect(true)->toBeTrue(); }); });