Ejemplo n.º 1
0
 public function isEmpty()
 {
     $this->isNotNull();
     AssertAdapter::assertEmpty($this->actual, "Object should be empty, but is: {$this->actualString}");
     return $this;
 }