Page MenuHomePhorge

function assert_same_keys($expect, $actual)
libphutil Technical Documentation (Core Utilities)

Assert that two arrays have the exact same keys, in any order.

Parameters
map$expectArray with expected keys.
map$actualArray with actual keys.
Return
void