Exemple #1
0
 public function hasSize($length)
 {
     AssertAdapter::assertEquals($length, mb_strlen($this->_actual));
     return $this;
 }
 public function isEqualTo($object)
 {
     AssertAdapter::assertEquals($object, $this->_actual);
     return $this;
 }