Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / simplepie / tests / oldtests / date / RFC3339 / 3.php @ 41cc1b08

1
<?php
2

    
3
class SimplePie_Date_Test_RFC3339_3 extends SimplePie_Date_Test
4
{
5
        function data()
6
        {
7
                $this->data = '1996-12-20T00:39:57Z';
8
        }
9
        
10
        function expected()
11
        {
12
                $this->expected = 851042397;
13
        }
14
}
15

    
16
?>