diff options
Diffstat (limited to 'simplepie/test/absolutize/SPtests/bugs/691.0.php')
-rw-r--r-- | simplepie/test/absolutize/SPtests/bugs/691.0.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/simplepie/test/absolutize/SPtests/bugs/691.0.php b/simplepie/test/absolutize/SPtests/bugs/691.0.php new file mode 100644 index 000000000..1c268e65e --- /dev/null +++ b/simplepie/test/absolutize/SPtests/bugs/691.0.php @@ -0,0 +1,17 @@ +<?php + +class SimplePie_Absolutize_Test_Bug_691_Test_0 extends SimplePie_Absolutize_Test +{ + function data() + { + $this->data['base'] = 'http://a/b/c'; + $this->data['relative'] = 'zero://a/b/c'; + } + + function expected() + { + $this->expected = 'zero://a/b/c'; + } +} + +?>
\ No newline at end of file |