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