aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/date/SPtests/bugs/259.0.php
blob: a50c7f35fc5afe477d1fe62ba7992ae973b9d7c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
	}
}

?>