Ejemplo n.º 1
0
 public function endsWith($postfix)
 {
     AssertAdapter::assertStringEndsWith($postfix, $this->_actual);
     return $this;
 }