コード例 #1
0
ファイル: StrUtilTest.php プロジェクト: edwin-luijten/ekko
 public function testStringEndsNotWithMultiple()
 {
     $result = StrUtil::endsWith('foo-bar', ['foo', 'foo']);
     $this->assertFalse($result);
 }