/**
  * @see RequestEntity::isEmpty()
  */
 public function testIsEmptyFalse()
 {
     $this->object->setIsTest(true);
     $rs = $this->object->isEmpty();
     $this->assertFalse($rs);
 }