summaryrefslogtreecommitdiffstats
path: root/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 01:35:59 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 01:35:59 +0200
commit78d3e2164116f299effb11d25b1971e6d375366e (patch)
treed7a875f96833946b82f001ebdba1c23b19d32b17 /3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php
parentfb28fadcf6e71b4b797aa4241436ec3add543ba0 (diff)
get rid of simplepie
Diffstat (limited to '3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php')
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php
deleted file mode 100755
index 0550ff030..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_1 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g:h';
- }
-
- function expected()
- {
- $this->expected = 'g:h';
- }
-}
-
-?> \ No newline at end of file