mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 11:09:26 +00:00
Add run tests section
This commit is contained in:
@@ -16,6 +16,7 @@ PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
|
||||
- [Quick Start and Examples](#quick-start-and-examples)
|
||||
- [Available Methods](#available-methods)
|
||||
- [Security](#security)
|
||||
- [Run Tests](#run-tests)
|
||||
- [Contribute](#contribute)
|
||||
|
||||
---
|
||||
@@ -293,6 +294,15 @@ MultiCurl::verbose($on = true, $output = STDERR)
|
||||
|
||||
See [SECURITY](https://github.com/php-curl-class/php-curl-class/blob/master/SECURITY.md) for security considerations.
|
||||
|
||||
### Run Tests
|
||||
|
||||
To run tests:
|
||||
|
||||
$ git clone https://github.com/php-curl-class/php-curl-class.git
|
||||
$ cd php-curl-class/
|
||||
$ composer update
|
||||
$ ./tests/run.sh
|
||||
|
||||
### Contribute
|
||||
1. Check for open issues or open a new issue to start a discussion around a bug or feature.
|
||||
1. Fork the repository on GitHub to start making your changes.
|
||||
|
||||
Reference in New Issue
Block a user