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