summaryrefslogtreecommitdiffstats
path: root/3rdparty/simplepie/tests/oldtests/date/SPtests/RFC2822/valid/13.php
blob: dfdaa34669b55fb8ca20db5d9e6f691abc43e214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
	}
}

?>