summaryrefslogtreecommitdiffstats
path: root/3rdparty/simplepie/tests/oldtests/date/SPtests/RFC2822/valid/14.php
blob: f45b660aff465c54f92b61a31129229348d9cf13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

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

?>