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