Ejemplo n.º 1
0
 public function test_has_insensitive__multiple_no_match()
 {
     $test = \UString::hasInsensitive('/path/to/a/folder', array('php', '.'));
     $this->assertFalse($test);
 }