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