Files
pest/tests/PHPUnit/CustomTestCase/UsesPerDirectory.php
Nuno Maduro de2929077b first
2020-05-11 18:38:30 +02:00

8 lines
164 B
PHP

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