Пример #1
0
 public function testUrl()
 {
     $url = new CUrl("example.com");
     $this->assertTrue($url->url()->equals("example.com"));
 }