public function testException() { $this->setExpectedException('Exception'); $object = new FederalPovertyLevel(); $object->setYear(1900); }