| 1 | <?php |
||
| 13 | class UserQueryTest extends \PHPUnit_Framework_TestCase |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * There should be four filter calls for three passed names, since the DVR user is added transparently |
||
| 18 | */ |
||
| 19 | public function testFilterIgnoredUsers() |
||
| 33 | |||
| 34 | |||
| 35 | /** |
||
| 36 | * When no ignored users are specified, only the DVR user should be added |
||
| 37 | */ |
||
| 38 | public function testFilterIgnoredUsersNone() |
||
| 46 | |||
| 47 | |||
| 48 | /** |
||
| 49 | * @return \PHPUnit_Framework_MockObject_MockObject|UserQuery |
||
| 50 | */ |
||
| 51 | private function getMockedUserQuery() |
||
| 57 | |||
| 58 | } |
||
| 59 |