mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 01:07:23 +01:00
Uses Collision ^7.0
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
use PHPUnit\Framework\ExpectationFailedException;
|
||||
|
||||
$test_array = [
|
||||
'a' => 1,
|
||||
'a' => 1,
|
||||
'b',
|
||||
'c' => 'world',
|
||||
'd' => [
|
||||
'c' => 'world',
|
||||
'd' => [
|
||||
'e' => 'hello',
|
||||
],
|
||||
'key.with.dots' => false,
|
||||
|
||||
Reference in New Issue
Block a user