Exemplo n.º 1
0
 /**
  * @see RequestEntity::isEmpty()
  */
 public function testIsEmptyFalse()
 {
     $this->object->setPaymentMethod('what-ever');
     $rs = $this->object->isEmpty();
     $this->assertFalse($rs);
 }