Files
pest/tests/PHPUnit/CustomTestCase/UsesPerDirectory.php
2024-09-03 14:09:03 +01:00

8 lines
171 B
PHP

<?php
pest()->use(Tests\CustomTestCase\CustomTestCase::class)->in(__DIR__);
test('closure was bound to CustomTestCase', function () {
$this->assertCustomTrue();
});