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