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:
@ -10,7 +10,7 @@ class InheritanceTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
uses(InheritanceTest::class);
|
||||
pest()->extend(InheritanceTest::class);
|
||||
|
||||
it('is a test', function () {
|
||||
expect(true)->toBeTrue();
|
||||
|
||||
Reference in New Issue
Block a user