mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: adjusts tests
This commit is contained in:
@ -16,7 +16,7 @@ abstract class MyCustomClass extends PHPUnit\Framework\TestCase
|
||||
}
|
||||
}
|
||||
|
||||
uses(MyCustomClass::class, MyCustomTrait::class);
|
||||
pest()->extend(MyCustomClass::class)->use(MyCustomTrait::class);
|
||||
|
||||
test('custom traits can be used', function () {
|
||||
$this->assertTrueIsTrue();
|
||||
|
||||
Reference in New Issue
Block a user