Beispiel #1
0
 public function testProtocolRelativeUrl()
 {
     $asset = new HttpAsset(substr(self::JQUERY, 6));
     $asset->load();
     $this->assertNotEmpty($asset->getContent());
 }