1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 05:24:03 +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();
});