mirror of
https://github.com/pestphp/pest.git
synced 2026-04-26 08:57:26 +02:00
first
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
test('closure was bound to CustomTestCase', function () {
|
||||
$this->assertCustomInSubFolderTrue();
|
||||
});
|
||||
Reference in New Issue
Block a user