public function testValidateNotEmptyFails() { $this->assertFalse($this->validator->validateNotEmpty(null, array(), null)); }