Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class FakeBlacklistHelper implements IBlacklistHelper |
||
14 | { |
||
15 | /** |
||
16 | * Returns a value indicating whether the provided username is blacklisted by the on-wiki title blacklist |
||
17 | * |
||
18 | * @param string $username |
||
19 | * |
||
20 | * @return bool |
||
21 | */ |
||
22 | 1 | public function isBlacklisted($username) |
|
26 | } |
||
27 | } |