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

8 lines
146 B
PHP

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