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

?>