mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
chore: adjusts tests
This commit is contained in:
@ -150,7 +150,7 @@ test('high order test with skip')
|
||||
dd('This should not run 5');
|
||||
});
|
||||
|
||||
uses(Postable::class);
|
||||
pest()->use(Postable::class);
|
||||
|
||||
/**
|
||||
* @return TestCase|TestCall|Gettable
|
||||
|
||||
Reference in New Issue
Block a user