Ejemplo n.º 1
0
 public function test_is_end_with_insensitive__multiple_no_match()
 {
     $test = \UString::isEndWithInsensitive('Ubiq is so cool', array('boring', 'classy'));
     $this->assertFalse($test);
 }