public function testGetLoginNames() { $user = new EloquentUser(); $this->assertEquals(['email'], $user->getLoginNames()); }