mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 09:30:02 +02:00
Merge branch '4.x' into 5.x
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ final class Expectation
|
||||
if (getenv('PARATEST') !== false || isset($_SERVER['COLLISION_PRINTER'])) {
|
||||
ob_start();
|
||||
var_dump($this->value, ...$arguments);
|
||||
$output = (string) ob_get_clean();
|
||||
$output = ob_get_clean();
|
||||
|
||||
throw new ExpectationFailedException($output);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user