Esempio n. 1
0
 /**
  * Method to test that setting the company login works
  * 
  * @dataProvider TestCredentialsData
  */
 public function testCompanyLogin($company)
 {
     $this->assertSame($this->auth, $this->auth->setCompanyLogin($company));
     $this->assertSame($company, $this->auth->getCompanyLogin());
 }