mirror of
https://github.com/pestphp/pest.git
synced 2026-03-13 03:07:22 +01:00
Release 3.8.6
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
pest()->use(Tests\CustomTestCase\CustomTestCase::class)->in(__DIR__);
|
||||
use Tests\CustomTestCase\CustomTestCase;
|
||||
|
||||
pest()->use(CustomTestCase::class)->in(__DIR__);
|
||||
|
||||
test('closure was bound to CustomTestCase', function () {
|
||||
$this->assertCustomTrue();
|
||||
|
||||
Reference in New Issue
Block a user