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

8 lines
163 B
PHP

<?php
test('a test', function (): void {
$this->assertArrayHasKey('key', ['key' => 'foo']);
});
test('higher order message test')->expect(true)->toBeTrue();