File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ install:
43
43
curl -s http://getcomposer.org/installer | php
44
44
mv composer.phar /usr/local/bin/composer
45
45
fi
46
- - COMPOSER_ROOT_VERSION=`git describe --abbrev=0` composer install --no-interaction
46
+ - composer install --no-interaction
47
47
48
48
script :
49
49
- ./vendor/bin/phpunit --coverage-text
Original file line number Diff line number Diff line change @@ -1394,12 +1394,10 @@ on affected versions.
1394
1394
## Tests
1395
1395
1396
1396
To run the test suite, you first need to clone this repo and then install all
1397
- dependencies [ through Composer] ( https://getcomposer.org ) .
1398
- Because the test suite contains some circular dependencies, you may have to
1399
- manually specify the root package version like this:
1397
+ dependencies [ through Composer] ( https://getcomposer.org ) :
1400
1398
1401
1399
``` bash
1402
- $ COMPOSER_ROOT_VERSION= ` git describe --abbrev=0 ` composer install
1400
+ $ composer install
1403
1401
```
1404
1402
1405
1403
To run the test suite, go to the project root and run:
You can’t perform that action at this time.
0 commit comments