/[A3C]/t/40-php.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /t/40-php.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 133 by dpavlin, Fri May 30 20:04:23 2008 UTC revision 136 by dpavlin, Fri May 30 20:53:14 2008 UTC
# Line 37  sub php2data { Line 37  sub php2data {
37          is_deeply( $data, $expected, 'correct' );          is_deeply( $data, $expected, 'correct' );
38  }  }
39    
 SKIP: {  
         skip 'need function support', 1;  
         php2data( 'data/strix/etc/cms-qa/conf.php' );  
 }  
   
 php2data( 'data/strix/etc/new/conf.php' );  
   
40  php2data( 't/test.php',  php2data( 't/test.php',
41  {  {
42    array1  => [123],    array1  => [123],
# Line 64  php2data( 't/test.php', Line 57  php2data( 't/test.php',
57    string2 => "Trenton, NJ",    string2 => "Trenton, NJ",
58  }  }
59  );  );
60    
61    SKIP: {
62            skip 'need function support', 1;
63            php2data( 'data/strix/etc/cms-qa/conf.php' );
64    }
65    
66    php2data( 'data/strix/etc/new/conf.php',
67    {
68      _dbname             => "new",
69      _dbserver           => "localhost",
70      _site_admin         => "portal\@skole.hr",
71      _site_is_root       => 1,
72      _site_name          => "Otvaranje sitea \xB9kole",
73      _skole_external_uid => 0,
74    }
75    );
76    

Legend:
Removed from v.133  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.26