getPassword() public method

public getPassword ( )
 /**
  * @test
  */
 public function testGetPassword()
 {
     $this->assertEquals('1255077037', $this->merchantCredential->getPassword());
 }