--- t/40-php.t 2008/05/30 20:04:23 133 +++ t/40-php.t 2008/05/30 20:53:14 136 @@ -37,13 +37,6 @@ is_deeply( $data, $expected, 'correct' ); } -SKIP: { - skip 'need function support', 1; - php2data( 'data/strix/etc/cms-qa/conf.php' ); -} - -php2data( 'data/strix/etc/new/conf.php' ); - php2data( 't/test.php', { array1 => [123], @@ -64,3 +57,20 @@ string2 => "Trenton, NJ", } ); + +SKIP: { + skip 'need function support', 1; + php2data( 'data/strix/etc/cms-qa/conf.php' ); +} + +php2data( 'data/strix/etc/new/conf.php', +{ + _dbname => "new", + _dbserver => "localhost", + _site_admin => "portal\@skole.hr", + _site_is_root => 1, + _site_name => "Otvaranje sitea \xB9kole", + _skole_external_uid => 0, +} +); +