Example #1
0
 function testGetHTTPMethods()
 {
     $this->assertEquals(array('LOCK', 'UNLOCK'), $this->locksPlugin->getHTTPMethods(''));
 }