PHP Class VersionPress\Tests\Utils\ArrayAsserter

Exibir arquivo Open project: versionpress/versionpress

Public Methods

Method Description
assertSimilar ( $expected, $actual ) Asserts that one array is identical to another, but the order of keys does not matter.

Method Details

assertSimilar() public static method

Asserts that one array is identical to another, but the order of keys does not matter.
public static assertSimilar ( $expected, $actual )
$expected
$actual