Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / simplepie / tests / oldtests / date / SPtests / bugs / 157.0.php @ 41cc1b08

1
<?php
2

    
3
class SimplePie_Date_Test_Bug_157_Test_0 extends SimplePie_Date_Test
4
{
5
        function data()
6
        {
7
                $this->data = 'meep';
8
        }
9
        
10
        function expected()
11
        {
12
                $this->expected = false;
13
        }
14
}
15

    
16
?>