function assert_same_keys($expect, $actual)Arcanist Technical Documentation ()
function assert_same_keys($expect, $actual)
Arcanist Technical Documentation ()
Assert that two arrays have the exact same keys, in any order.
Parameters
map | $expect | Array with expected keys. |
map | $actual | Array with actual keys. |
Return
void |
- Defined
- src/utils/utils.php:664