endpoint() public method

Returns the endpoint.
public endpoint ( ) : string
return string Endpoint.
 /**
  *
  */
 public function testConstruct()
 {
     $Config = new Config('endpoint', 'format');
     $this->assertEquals('endpoint', $Config->endpoint());
     $this->assertEquals('format', $Config->format());
 }