Files
pest/tests/Features/Test.php

8 lines
157 B
PHP

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