mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
moved decorate implementation to dedicated intercept and pipe calls
This commit is contained in:
@ -261,7 +261,7 @@ final class Expectation
|
||||
}
|
||||
|
||||
Pipeline::send(...$parameters)
|
||||
->through($this->decorators($method, $this, Expectation::class))
|
||||
->through($this->pipes($method, $this, Expectation::class))
|
||||
->finally(function ($parameters) use ($method): void {
|
||||
$this->callExpectation($method, $parameters);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user