Esempio n. 1
0
 /**
  * @covers Paradox\Toolbox::getEndpoint
  */
 public function testGetEndpoint()
 {
     $this->assertEquals($this->getDefaultEndpoint(), $this->toolbox->getEndpoint(), "The endpoint does not match");
 }