Skip to content

Commit

Permalink
Add PHPUnit via Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
halfer committed Aug 22, 2018
1 parent ab57e0f commit c1c80bb
Show file tree
Hide file tree
Showing 5 changed files with 1,503 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -40,8 +40,8 @@ jobs:
command: |
apk update
apk --update add php7 php7-phar openssl
wget -O /app/phpunit https://phar.phpunit.de/phpunit-6.phar
chmod +x /app/phpunit
cd /app && sh /app/install/composer.sh
php /app/composer.phar install
- run:
name: Start Docker container
command: |
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,2 +1,5 @@
# Ignore IDE
nbproject/

# Ignore dependencies
vendor/
6 changes: 6 additions & 0 deletions composer.json
@@ -0,0 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "^6"
}
}

0 comments on commit c1c80bb

Please sign in to comment.