We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d76edc commit 10fac2dCopy full SHA for 10fac2d
1 file changed
bitbucket-pipelines.yml
@@ -10,6 +10,6 @@ pipelines:
10
- docker-php-ext-install zip
11
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
12
- composer install
13
- - ./vendor/bin/phpunit test
+ - ./vendor/bin/phpunit tests
14
caches:
15
- composer
0 commit comments