mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
updates dependencies and snapshots
This commit is contained in:
@ -660,7 +660,7 @@ final class Expectation
|
||||
{
|
||||
foreach ($keys as $k => $key) {
|
||||
if (is_array($key)) {
|
||||
$this->toHaveKeys(array_keys(Arr::dot($key, $k . '.')), $message);
|
||||
$this->toHaveKeys(array_keys(Arr::dot($key, $k.'.')), $message);
|
||||
} else {
|
||||
$this->toHaveKey($key, message: $message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user