Add simplepie
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_36 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 X';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_37 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 Y';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_38 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 Z';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_39 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 +0000';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_4 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041300;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_40 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 -0000';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_41 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 14:15:30 +0100';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_42 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 12:15:30 -0100';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_43 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri(day), 05 Nov(ember) 94 13:15:30 GMT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_44 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri(day), 05 Nov(ember) 94 13:15:30 A';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_5 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 13:15:30 UT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_6 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 08:15:30 EST';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_7 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 09:15:30 EDT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_8 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 07:15:30 CST';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_RFC2822_9 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'Fri, 05 Nov 94 08:15:30 CDT';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_Bug_157_Test_0 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = 'meep';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class SimplePie_Date_Test_Bug_259_Test_0 extends SimplePie_Date_Test
|
||||
{
|
||||
function data()
|
||||
{
|
||||
$this->data = '1994-11-05T08:15:30-0500';
|
||||
}
|
||||
|
||||
function expected()
|
||||
{
|
||||
$this->expected = 784041330;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user