| 1 | <?php |
||
| 8 | class ClientTest extends TestCase |
||
| 9 | { |
||
| 10 | const API_KEY = 'T6UnYqgl19'; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @expectedException \EtherpadLite\Exception\UnsupportedMethodException |
||
| 14 | * @dataProvider unsupportedMethodProvider |
||
| 15 | */ |
||
| 16 | public function testUnsupportedMethods($method) |
||
| 21 | |||
| 22 | public function unsupportedMethodProvider() |
||
| 30 | |||
| 31 | public function testGeneratePadID() |
||
| 39 | } |
||
| 40 |