public function testGetName()
 {
     $provider = new DatabaseAuth($this->container);
     $this->assertEquals('Database', $provider->getName());
 }