コード例 #1
0
ファイル: PluginTest.php プロジェクト: sebbie42/casebox
 function testGetHTTPMethods()
 {
     $this->assertEquals(array('LOCK', 'UNLOCK'), $this->locksPlugin->getHTTPMethods(''));
 }