]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/absolutize/SPtests/bugs/274.0.php
no need for simplepie test suite
[friendica.git] / simplepie / test / absolutize / SPtests / bugs / 274.0.php
diff --git a/simplepie/test/absolutize/SPtests/bugs/274.0.php b/simplepie/test/absolutize/SPtests/bugs/274.0.php
deleted file mode 100644 (file)
index 95bf789..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_Bug_274_Test_0 extends SimplePie_Absolutize_Test
-{
-       function data()
-       {
-               $this->data['base'] = 'http://a/b/';
-               $this->data['relative'] = 'c';
-       }
-       
-       function expected()
-       {
-               $this->expected = 'http://a/b/c';
-       }
-}
-
-?>
\ No newline at end of file