Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / simplepie / tests / oldtests / date / W3CDTF / 1.php @ 41cc1b08

1
<?php
2

    
3
class SimplePie_Date_Test_W3CDTF_1 extends SimplePie_Date_Test
4
{
5
        function data()
6
        {
7
                $this->data = '1994-11-05T08:15:30-05:00';
8
        }
9
        
10
        function expected()
11
        {
12
                $this->expected = 784041330;
13
        }
14
}
15

    
16
?>