Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Updated test instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar committed Jul 9, 2014
1 parent 71cf1e1 commit 2bde216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ echo $connection->getOption('option');
To run the unit test suite:

```
cd tests
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit Phergie/Irc/ConnectionTest.php
./vendor/bin/phpunit
```

## License
Expand Down

0 comments on commit 2bde216

Please sign in to comment.