mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
refactor: renames traits
This commit is contained in:
@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pest;
|
||||
|
||||
use Pest\Concerns\Expectations;
|
||||
use Pest\Concerns\Expectable;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
@ -13,7 +13,7 @@ use Pest\Concerns\Expectations;
|
||||
*/
|
||||
final class HigherOrderExpectation
|
||||
{
|
||||
use Expectations;
|
||||
use Expectable;
|
||||
|
||||
/**
|
||||
* @var Expectation
|
||||
|
||||
Reference in New Issue
Block a user