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 @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
14941494This will install the latest supported version:
14951495
14961496``` bash
1497- $ composer require react/socket:^1.11
1497+ composer require react/socket:^1.11
14981498```
14991499
15001500See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -1542,21 +1542,21 @@ To run the test suite, you first need to clone this repo and then install all
15421542dependencies [ through Composer] ( https://getcomposer.org/ ) :
15431543
15441544``` bash
1545- $ composer install
1545+ composer install
15461546```
15471547
15481548To run the test suite, go to the project root and run:
15491549
15501550``` bash
1551- $ vendor/bin/phpunit
1551+ vendor/bin/phpunit
15521552```
15531553
15541554The test suite also contains a number of functional integration tests that rely
15551555on a stable internet connection.
15561556If you do not want to run these, they can simply be skipped like this:
15571557
15581558``` bash
1559- $ vendor/bin/phpunit --exclude-group internet
1559+ vendor/bin/phpunit --exclude-group internet
15601560```
15611561
15621562## License
You can’t perform that action at this time.
0 commit comments