public function testGetSetLocked()
 {
     $this->assertTrue($this->user->setLocked(true)->isLocked());
     $this->assertFalse($this->user->setLocked(false)->isLocked());
 }