Fix the unit test stub

This commit is contained in:
Joni Danino
2021-07-16 12:40:57 +02:00
parent d90ddf889c
commit bbe4445257

View File

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