mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
no need for simplepie test suite
This commit is contained in:
parent
9f7ae0e95f
commit
3713a9291c
849 changed files with 0 additions and 19344 deletions
|
@ -1 +0,0 @@
|
|||
The tests enclosed within come from RFC 3986 section 5.4 and all share the same base URL
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_1 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '../../../g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_10 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = './g/.';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_11 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g/./h';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g/h';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_12 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g/../h';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/h';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_13 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g;x=1/./y';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g;x=1/y';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_14 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g;x=1/../y';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/y';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_15 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g?y/./x';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g?y/./x';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_16 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g?y/../x';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g?y/../x';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_17 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g#s/./x';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g#s/./x';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_18 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g#s/../x';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g#s/../x';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_19 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'http:g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http:g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_2 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '../../../../g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_3 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '/./g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_4 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '/../g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -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.';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_6 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '.g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/.g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_7 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g..';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g..';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_8 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '..g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/..g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Abnormal_9 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = './../g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_10 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g#s';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g#s';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_11 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g?y#s';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g?y#s';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_13 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g;x';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g;x';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_14 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g;x?y#s';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g;x?y#s';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_15 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/d;p?q';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_16 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '.';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -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/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_18 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '..';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_19 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '../';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_2 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_20 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '../g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_21 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '../..';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_22 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '../../';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_23 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '../../g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_3 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = './g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_4 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g/';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g/';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_5 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '/g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_6 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '//g';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://g';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_7 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '?y';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/d;p?y';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_8 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = 'g?y';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/g?y';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_RFC3986_Normal_9 extends SimplePie_Absolutize_Test_RFC3986
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['relative'] = '#s';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/d;p?q#s';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_1091_Test_0_1 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://example.com';
|
||||
$this->data['relative'] = '//example.net';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://example.net';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_1091_Test_0 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http:g';
|
||||
$this->data['relative'] = 'a';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http:a';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_274_Test_0 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/';
|
||||
$this->data['relative'] = 'c';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_274_Test_1 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/';
|
||||
$this->data['relative'] = 'b';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_274_Test_2 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/';
|
||||
$this->data['relative'] = '/b';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_274_Test_3 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b';
|
||||
$this->data['relative'] = 'c';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/c';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_579_Test_0 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/';
|
||||
$this->data['relative'] = "b\x0Ac";
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/b%0Ac';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_0 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c';
|
||||
$this->data['relative'] = 'zero://a/b/c';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'zero://a/b/c';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_1 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c';
|
||||
$this->data['relative'] = '//0';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://0';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_2 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c';
|
||||
$this->data['relative'] = '0';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/0';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_3 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c';
|
||||
$this->data['relative'] = '?0';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c?0';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_4 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c';
|
||||
$this->data['relative'] = '#0';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c#0';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_5 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'zero://a/b/c';
|
||||
$this->data['relative'] = 'd';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'zero://a/b/d';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_6 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://0/b/c';
|
||||
$this->data['relative'] = 'd';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://0/b/d';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_7 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c?0';
|
||||
$this->data['relative'] = 'd';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/d';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_691_Test_8 extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c#0';
|
||||
$this->data['relative'] = 'd';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/d';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Absolutize_Test_Bug_Pct_Encoding_Invalid_Second_Char extends SimplePie_Absolutize_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data['base'] = 'http://a/b/c/d';
|
||||
$this->data['relative'] = 'f%0o';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 'http://a/b/c/f%250o';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC3339_1 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = '1985-04-12T23:20:50.52Z';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 482196051;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC3339_2 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = '1996-12-19T16:39:57-08:00';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 851042397;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC3339_3 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = '1996-12-20T00:39:57Z';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 851042397;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1 +0,0 @@
|
|||
The tests enclosed within come from RFC 3339 section 5.8
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_Four_Digit_Year extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 1994 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_Full_Name_Of_Day extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Friday, 05 Nov 94 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_Invalid_Day extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Vendredi, 05 Nov 94 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_Invalid_Timezone extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 UTC';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_Mismatch_Name_Of_Day extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Mon, 05 Nov 94 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_1 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_10 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 06:15:30 MST';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_11 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 07:15:30 MDT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_12 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 05:15:30 PST';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_13 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 06:15:30 PDT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_14 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 A';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_15 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 B';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_16 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 C';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_17 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 D';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_18 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 E';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_19 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 F';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_2 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = '05 Nov 94 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_20 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 G';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_21 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 H';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_22 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 I';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_23 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 K';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_24 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 L';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_25 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 M';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_26 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 N';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_27 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 O';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_28 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 P';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_29 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 Q';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_3 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 5 Nov 94 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_30 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 R';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_31 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 S';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_32 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 T';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_33 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 U';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_34 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 V';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_35 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 W';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue