Assert that the size of two arrays (or Countable or Traversable objects)
is not the same.
public static assertNotSameSize ( array | Countable | Traversable $expected, array | Countable | Traversable $actual, string $message = '' ) | ||
$expected | array | Countable | Traversable | |
$actual | array | Countable | Traversable | |
$message | string |