コード例 #1
0
 public function wrapped_with_options()
 {
     $this->assertEquals('"http:\\/\\/example.com\\/"', Format::wrapped('  ', Format::ESCAPE_SLASHES)->representationOf('http://example.com/'));
 }