Skip to content

Commit

Permalink
Fix broken test path in README. (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe authored Jun 3, 2021
1 parent 486a8fb commit 655c9e1
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 @@ -72,7 +72,6 @@ See the [PHP API docs](https://stripe.com/docs/api/php#intro).

See [video demonstrations][youtube-playlist] covering how to use the library.


## Legacy Version Support

### PHP 5.4 & 5.5
Expand Down Expand Up @@ -231,7 +230,7 @@ Install dependencies as mentioned above (which will resolve [PHPUnit](http://pac
Or to run an individual test file:

```bash
./vendor/bin/phpunit tests/UtilTest.php
./vendor/bin/phpunit tests/Stripe/UtilTest.php
```

Update bundled CA certificates from the [Mozilla cURL release][curl]:
Expand Down

0 comments on commit 655c9e1

Please sign in to comment.