示例#1
0
 /**
  * Test the __toString method.
  *
  * @return  void
  *
  * @since   1.0
  * @covers  Windwalker\Uri\Uri::__toString
  */
 public function test__toString()
 {
     $this->assertThat($this->object->__toString(), $this->equalTo('http://*****:*****@www.example.com:80/path/file.html?var=value#fragment'));
 }