Files
pest/tests/PHPUnit/CustomTestCase/SubFolder2/UsesPerFileAsPattern.php
2023-06-10 18:00:46 +03:00

6 lines
100 B
PHP

<?php
test('closure was bound to CustomTestCase', function () {
$this->assertCustomTrue();
});