Ejemplo n.º 1
0
 /**
  * @expectedException Sabre_DAV_Exception_BadRequest
  */
 function testSubStringMatchUnknownCollation()
 {
     $caldav = new Sabre_CalDAV_Plugin();
     $caldav->substringMatch('string', 'string', 'i;bla');
 }