コード例 #1
0
ファイル: ItseoTest.php プロジェクト: fran-diaz/itseo
 /**
  * @covers itseo\Itseo::createBaseUrl
  * @todo   Implement testCreateBaseUrl().
  */
 public function testCreateBaseUrl()
 {
     $this->assertEquals("http://www.brainhardware.es/", $this->object->createBaseUrl($this->object->target));
 }