/**
  * Matches an empty array.
  */
 function nonEmptyArray()
 {
     return \Hamcrest\Arrays\IsArrayWithSize::nonEmptyArray();
 }