Projet

Général

Profil

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

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

1
<?php
2

    
3
class SimplePie_Absolutize_Test_Bug_1091_Test_0 extends SimplePie_Absolutize_Test
4
{
5
        function data()
6
        {
7
                $this->data['base'] = 'http:g';
8
                $this->data['relative'] = 'a';
9
        }
10
        
11
        function expected()
12
        {
13
                $this->expected = 'http:a';
14
        }
15
}
16

    
17
?>