Skip to content

Commit

Permalink
remove phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Jun 26, 2016
1 parent 9efa509 commit 720f92c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-php.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
use Package::pecl_http;
use Package::apcu;
use Package::igbinary;
use Package::phpunit;
#use Package::phpunit;
use Package::libssh2;
use Package::ssh2;

Expand Down Expand Up @@ -132,8 +132,8 @@
my $ssh2 = Package::ssh2->new(config => $config, variant => 'apache2');
$ssh2->install();

my $phpunit = Package::phpunit->new(config => $config, variant => 'apache2');
$phpunit->install();
#my $phpunit = Package::phpunit->new(config => $config, variant => 'apache2');
#$phpunit->install();

# If there is a ~/.pear directory, "make install-pear" will not work properly
sub check_dotpear {
Expand Down

0 comments on commit 720f92c

Please sign in to comment.