File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ This project follows [SemVer](https://semver.org/).
12031203This will install the latest supported version:
12041204
12051205``` bash
1206- $ composer require react/stream:^1.2
1206+ composer require react/stream:^1.2
12071207```
12081208
12091209See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -1219,21 +1219,21 @@ To run the test suite, you first need to clone this repo and then install all
12191219dependencies [ through Composer] ( https://getcomposer.org ) :
12201220
12211221``` bash
1222- $ composer install
1222+ composer install
12231223```
12241224
12251225To run the test suite, go to the project root and run:
12261226
12271227``` bash
1228- $ php vendor/bin/phpunit
1228+ vendor/bin/phpunit
12291229```
12301230
12311231The test suite also contains a number of functional integration tests that rely
12321232on a stable internet connection.
12331233If you do not want to run these, they can simply be skipped like this:
12341234
12351235``` bash
1236- $ php vendor/bin/phpunit --exclude-group internet
1236+ vendor/bin/phpunit --exclude-group internet
12371237```
12381238
12391239## License
You can’t perform that action at this time.
0 commit comments