Esempio n. 1
0
 /**
  * @expectedException	Appfuel\Framework\Exception
  * @return				null
  */
 public function testSetDisplayNotInt_IntLessThanZeroFailure()
 {
     $this->type->setDisplayWidth(-123);
 }