diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:36:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:36:10 -0700 |
commit | 3713a9291cfb5d9fad160abd8f4a167693171998 (patch) | |
tree | 3c17af9f4d13ae97209db48cd4ab614a500b6605 /simplepie/test/absolutize/RFC3986.5.4/base.php | |
parent | 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 (diff) | |
download | volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.gz volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.bz2 volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.zip |
no need for simplepie test suite
Diffstat (limited to 'simplepie/test/absolutize/RFC3986.5.4/base.php')
-rw-r--r-- | simplepie/test/absolutize/RFC3986.5.4/base.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/simplepie/test/absolutize/RFC3986.5.4/base.php b/simplepie/test/absolutize/RFC3986.5.4/base.php deleted file mode 100644 index 913aeec9d..000000000 --- a/simplepie/test/absolutize/RFC3986.5.4/base.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php - -class SimplePie_Absolutize_Test_RFC3986 extends SimplePie_Absolutize_Test -{ - function SimplePie_Absolutize_Test_RFC3986() - { - // Ugly hack so it only applies to this and none of its children - if (!is_subclass_of($this, 'SimplePie_Absolutize_Test_RFC3986')) - { - $this->test = false; - } - // Only call the parent constructor if it exists - if (is_callable(array('parent', 'SimplePie_Absolutize_Test'))) - { - parent::SimplePie_Absolutize_Test(); - } - } - - function init() - { - $this->data['base'] = 'http://a/b/c/d;p?q'; - } -} - -?>
\ No newline at end of file |