| 1 | <?php  | 
            ||
| 17 | class SecurityAnonymousTest extends WebTestCase  | 
            ||
| 18 | { | 
            ||
| 19 | /**  | 
            ||
| 20 | * @param string[] $methods methods to mock  | 
            ||
| 21 | *  | 
            ||
| 22 | * @return \PHPUnit_Framework_MockObject_MockObject|\Graviton\SecurityBundle\Entities\AnonymousUser  | 
            ||
| 23 | */  | 
            ||
| 24 | protected function getUserMock(array $methods = array())  | 
            ||
| 31 | |||
| 32 | /**  | 
            ||
| 33 | * test getting username from contract  | 
            ||
| 34 | *  | 
            ||
| 35 | * @return void  | 
            ||
| 36 | */  | 
            ||
| 37 | public function testUsername()  | 
            ||
| 53 | }  | 
            ||
| 54 |