mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01: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