mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
|
|
test('closure was bound to CustomTestCase', function () {
|
|
$this->assertCustomInSubFolderTrue();
|
|
});
|