/**
  * @test
  * @expectedException InvalidArgumentException
  */
 public function it_sqawlks_when_validating_an_array_with_something_other_than_an_array()
 {
     $this->validator->validateArrayProperty("none_array", "string");
 }