Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / simplepie / tests / oldtests / absolutize / RFC3986.5.4 / abnormal / 19.php @ 41cc1b08

1
<?php
2

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

    
16
?>