aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/date/SPtests/RFC2822/valid/3.php
blob: fcb29201f485162656ff35acd3f7f204f51af9b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

class SimplePie_Date_Test_RFC2822_3 extends SimplePie_Date_Test
{
	function data()
	{
		$this->data = 'Fri, 5 Nov 94 13:15:30 GMT';
	}
	
	function expected()
	{
		$this->expected = 784041330;
	}
}

?>