コード例 #1
0
ファイル: UrlTest.php プロジェクト: luzzardi/php-url
 public function testGetHeader()
 {
     $testUrl = 'http://google.com/';
     $url = new Url();
     $this->assertTrue(!empty($url->getHeaders($testUrl)));
 }