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