Ejemplo n.º 1
0
 public function isNotEmpty()
 {
     $this->isNotNull();
     AssertAdapter::assertNotEmpty($this->actual, "Object is empty");
     return $this;
 }