mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
feat: move Expectations API out of external plugin
This commit is contained in:
@ -80,6 +80,7 @@ final class TestCaseFactory
|
||||
*/
|
||||
public $traits = [
|
||||
Concerns\TestCase::class,
|
||||
Concerns\Expectations::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user