summaryrefslogtreecommitdiffstats
path: root/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php')
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php
deleted file mode 100755
index 8425386a4..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_12 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = ';x';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/;x';
- }
-}
-
-?> \ No newline at end of file