mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01: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