friendica/simplepie/test/date/SPtests/RFC2822/valid/2.php

16 lines
203 B
PHP
Raw Normal View History

2010-07-05 12:34:42 +02:00
<?php
class SimplePie_Date_Test_RFC2822_2 extends SimplePie_Date_Test
{
function data()
{
$this->data = '05 Nov 94 13:15:30 GMT';
}
function expected()
{
$this->expected = 784041330;
}
}
?>