1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2026-02-04 04:14:05 +00:00
enums/tests/Pest/ExampleTest.php
2022-02-20 19:51:56 +01:00

9 lines
132 B
PHP

<?php
it('succeeds', function () {
expect(true)->toBeTrue();
});
it('fails', function () {
expect(false)->toBeTrue();
});