コード例 #1
0
ファイル: StringAssert.php プロジェクト: phogl/autoloader
 public function endsWith($postfix)
 {
     AssertAdapter::assertStringEndsWith($postfix, $this->_actual);
     return $this;
 }