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