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

?>