Projet

Général

Profil

Paste
Télécharger (207 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / simplepie / tests / oldtests / date / SPtests / RFC2822 / valid / 38.php @ 41cc1b08

1
<?php
2

    
3
class SimplePie_Date_Test_RFC2822_38 extends SimplePie_Date_Test
4
{
5
        function data()
6
        {
7
                $this->data = 'Fri, 05 Nov 94 13:15:30 Z';
8
        }
9
        
10
        function expected()
11
        {
12
                $this->expected = 784041330;
13
        }
14
}
15

    
16
?>