Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class WikiBotConfigTest extends TestCase |
||
16 | { |
||
17 | /** |
||
18 | * @dataProvider provideEditionRestricted |
||
19 | * |
||
20 | * @param $bool |
||
21 | * @param $text |
||
22 | * @param $botName |
||
23 | */ |
||
24 | public function testIsEditionRestricted($bool, $text, $botName = null) |
||
27 | } |
||
28 | |||
29 | public function provideEditionRestricted() |
||
41 |