Files
pest/tests/Features/Todo.php
Nuno Maduro af82c1005a Adds todo
2022-09-15 23:08:32 +01:00

8 lines
133 B
PHP

<?php
todo('something todo later');
it('does something within a file with a todo', function () {
expect(true)->toBeTrue();
});