friendica/simplepie/test/absolutize/RFC3986.5.4/normal/4.php

16 lines
230 B
PHP

<?php
class SimplePie_Absolutize_Test_RFC3986_Normal_4 extends SimplePie_Absolutize_Test_RFC3986
{
function data()
{
$this->data['relative'] = 'g/';
}
function expected()
{
$this->expected = 'http://a/b/c/g/';
}
}
?>