public function dynamic_with_matchEmpty_should_not_match_objects()
 {
     $this->assertFalse(Arg::func('matchEmpty', $this)->matches(new Object()));
 }