mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 16:27:23 +01:00
fix tests and static type check error
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
test('closure was bound to CustomTestCase', function () {
|
||||
$this->assertCustomTrue();
|
||||
});
|
||||
Reference in New Issue
Block a user