public function testInvalidPassword() { $this->user->createPassword(); $this->assertFalse($this->user->verifyPassword(null)); }