示例#1
0
 /**
  * @covers common\lib\outlook\Outlook::authenticate
  */
 public function testAuthenticateFailrue()
 {
     $this->property = new \jarekkozak\sys\PropertiesFile(['filename' => 'a.txt']);
     $auth = new Outlook(['properties' => $this->property]);
     self::assertFalse($auth->authenticate());
 }