mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 22:47:27 +02: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