/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarnessPHP.pm
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarnessPHP.pm

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

--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarnessPHP.pm	2005/01/28 04:15:14	148850
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarnessPHP.pm	2005/01/28 04:24:29	148851
@@ -31,14 +31,15 @@ use vars qw(@ISA);
 my $phpclient = eval {
   require Test::Harness;
   Test::Harness->VERSION(2.38);
+
   push @ISA, qw(Test::Harness::Straps);
+
   $Test::Harness::Strap = __PACKAGE__->new;
 
   # yes, this is ugly, ugly, ugly
   $Test::Harness::Strap->{callback} = sub {
     my($self, $line, $type, $totals) = @_;
     print $line if $Test::Harness::Verbose;
-                                                                                                                             
     my $meth = *Handlers{$type};
     $meth->($self, $line, $type, $totals) if $meth;
   };
@@ -143,14 +144,14 @@ sub _command_line {
     $ENV{SERVER_ROOT} = $server_root;
 
     my $conf = catfile($server_root, 'conf');
-                                                                                                                             
+
     my $ini = catfile($conf, 'php.ini');
 
     my $switches = join ' ', "--php-ini $ini",
                              "--define include_path=$conf";
 
     my $line = "php $switches $file";
-                                                                                                                             
+
     return $line;
 }
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26