function it_should_match_proper_array_count() { $this->shouldNotThrow()->duringPositiveMatch('haveCount', array(1, 2, 3), array(3)); }