示例#1
0
文件: CUrlTest.php 项目: rcus/phpmvc
 /**
  * Test 
  *
  * @expectedException Exception
  *
  * @return void
  *
  */
 public function testEmptyAssetThrowsException()
 {
     $url = new \Anax\Url\CUrl();
     $res = $url->asset(null);
 }