fix tests and static type check error

This commit is contained in:
Mohammad Zahed
2023-06-10 18:00:46 +03:00
parent e00efb1b6d
commit aa9fe351a6
4 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,5 @@
<?php
test('closure was bound to CustomTestCase', function () {
$this->assertCustomTrue();
});