mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
feat: adds pest function
This commit is contained in:
9
tests/Unit/Configuration/In.php
Normal file
9
tests/Unit/Configuration/In.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Pest\PendingCalls\UsesCall;
|
||||
|
||||
it('proxies to uses call', function () {
|
||||
$in = pest()->in();
|
||||
|
||||
expect($in)->toBeInstanceOf(UsesCall::class);
|
||||
});
|
||||
Reference in New Issue
Block a user