mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
refactor: renames traits
This commit is contained in:
@ -9,7 +9,7 @@ use Pest\Expectation;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
trait Expectations
|
||||
trait Expectable
|
||||
{
|
||||
/**
|
||||
* Creates a new expectation.
|
||||
@ -17,7 +17,7 @@ use Throwable;
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
trait TestCase
|
||||
trait Testable
|
||||
{
|
||||
/**
|
||||
* The test case description. Contains the first
|
||||
Reference in New Issue
Block a user