diff options
Diffstat (limited to 'simplepie/test/absolutize/RFC3986.5.4/normal/11.php')
-rw-r--r-- | simplepie/test/absolutize/RFC3986.5.4/normal/11.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/simplepie/test/absolutize/RFC3986.5.4/normal/11.php b/simplepie/test/absolutize/RFC3986.5.4/normal/11.php deleted file mode 100644 index caa262bff..000000000 --- a/simplepie/test/absolutize/RFC3986.5.4/normal/11.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -class SimplePie_Absolutize_Test_RFC3986_Normal_11 extends SimplePie_Absolutize_Test_RFC3986 -{ - function data() - { - $this->data['relative'] = 'g?y#s'; - } - - function expected() - { - $this->expected = 'http://a/b/c/g?y#s'; - } -} - -?>
\ No newline at end of file |