Example #1
0
 public function testStringEndsNotWithMultiple()
 {
     $result = StrUtil::endsWith('foo-bar', ['foo', 'foo']);
     $this->assertFalse($result);
 }