Exemplo n.º 1
0
 public function hasSize($length)
 {
     AssertAdapter::assertEquals($length, mb_strlen($this->_actual));
     return $this;
 }
Exemplo n.º 2
0
 public function isEqualTo($object)
 {
     AssertAdapter::assertEquals($object, $this->_actual);
     return $this;
 }