]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/absolutize/RFC3986.5.4/normal/18.php
no need for simplepie test suite
[friendica.git] / simplepie / test / absolutize / RFC3986.5.4 / normal / 18.php
diff --git a/simplepie/test/absolutize/RFC3986.5.4/normal/18.php b/simplepie/test/absolutize/RFC3986.5.4/normal/18.php
deleted file mode 100644 (file)
index 8e25cc5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_18 extends SimplePie_Absolutize_Test_RFC3986
-{
-       function data()
-       {
-               $this->data['relative'] = '..';
-       }
-       
-       function expected()
-       {
-               $this->expected = 'http://a/b/';
-       }
-}
-
-?>
\ No newline at end of file