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:
@ -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