Exemplo n.º 1
0
 function testGet()
 {
     $res = \arc\http::get('http://www.ariadne-cms.org/', '?foo=bar');
     $this->assertNotEmpty($res);
 }