Adds todo

This commit is contained in:
Nuno Maduro
2022-09-15 23:08:29 +01:00
parent 02e3b5aa77
commit af82c1005a
2 changed files with 24 additions and 0 deletions

7
tests/Features/Todo.php Normal file
View File

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