Skip to content

Commit 48aa353

Browse files
committed
Minor updates to README
1 parent 195154f commit 48aa353

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The official and easy to use **BigBlueButton API for PHP**, makes easy for devel
1515
[![@bigbluebutton on Twitter](https://img.shields.io/badge/twitter-%40bigbluebutton-blue.svg?style=flat)](https://twitter.com/bigbluebutton)
1616
![Website](https://img.shields.io/website-up-down-green-red/http/bigbluebutton.org.svg?label=BigBlueButton.org)
1717

18-
[![PHP 5.5](https://img.shields.io/badge/php-5.5-f33.svg?style=flat-square)](https://php.net/)
1918
[![PHP 5.6](https://img.shields.io/badge/php-5.6-f33.svg?style=flat-square)](https://php.net/)
2019
[![PHP 7.0](https://img.shields.io/badge/php-7.0-f33.svg?style=flat-square)](https://php.net/)
21-
[![PHP 7.1](https://img.shields.io/badge/php-7.1-f93.svg?style=flat-square)](https://php.net/)
22-
[![PHP 7.2](https://img.shields.io/badge/php-7.2-9c9.svg?style=flat-square)](https://php.net/)
20+
[![PHP 7.1](https://img.shields.io/badge/php-7.1-f33.svg?style=flat-square)](https://php.net/)
21+
[![PHP 7.2](https://img.shields.io/badge/php-7.2-f93.svg?style=flat-square)](https://php.net/)
2322
[![PHP 7.3](https://img.shields.io/badge/php-7.3-9c9.svg?style=flat-square)](https://php.net/)
23+
[![PHP 7.4](https://img.shields.io/badge/php-7.4-9c9.svg?style=flat-square)](https://php.net/)
2424

2525
## Installation and usage
2626

@@ -44,10 +44,16 @@ Make sure the code style configuration is applied by running PHPCS-Fixer.
4444

4545
For every implemented feature add unit tests and check all is green by running the command below.
4646

47-
```
47+
```bash
4848
./vendor/bin/phpunit
4949
```
5050

51+
To run a single test
52+
53+
```bash
54+
./vendor/bin/phpunit --filter "BigBlueButtonTest::testApiVersion"
55+
```
56+
5157
[bbb]: http://bigbluebutton.org
5258
[composer]: https://getcomposer.org
5359
[INSTALL]: samples/README.md

0 commit comments

Comments
 (0)