Skip to content

Commit 12b5988

Browse files
committed
*Add phpunit
1 parent 2a8256e commit 12b5988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y git wget subversion cvs bzr
44

55
RUN wget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -O /usr/local/bin/wp && chmod +x /usr/local/bin/wp
66

7+
RUN wget https://phar.phpunit.de/phpunit-5.7.phar -O /usr/local/bin/phpunit && chmod +x /usr/local/bin/phpunit
8+
79
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
810

911
RUN pecl install xdebug

0 commit comments

Comments
 (0)