コード例 #1
0
 public function hashCodeRecalculated()
 {
     $u = new URL('http://localhost');
     $u->addParam('a', 'b');
     $this->assertNotEquals((new URL('http://localhost'))->hashCode(), $u->hashCode());
 }