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

?>