mirror of
https://github.com/pestphp/pest.git
synced 2026-04-25 16:37:27 +02:00
chore: update styling
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