Merge pull request #348 from jdanino/stubfix

Fix the unit test stub
This commit is contained in:
Nuno Maduro
2021-07-16 14:26:01 +01:00
committed by GitHub

View File

@ -1,5 +1,5 @@
<?php
test('{name}', function () {
assertTrue(true);
expect(true)->toBeTrue();
});