Files
pest/tests/Features/Test.php
Nuno Maduro de2929077b first
2020-05-11 18:38:30 +02:00

8 lines
142 B
PHP

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