Example #1
0
 /**
  * @covers Pronamic\Twinfield\Secure\Config::getCredentials
  * @todo   Implement testGetCredentials().
  */
 public function testGetCredentials()
 {
     $credentials = $this->object->getCredentials();
     $this->assertTrue(is_array($credentials));
 }