Skip to content

Commit f69962d

Browse files
author
Sebastian Krätzig
committed
Updated README
1 parent d3db1bb commit f69962d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ Initially released in December 2012, the PHP IMAP Mailbox is a powerful and open
3131
| 7.3 | 3.x, 4.x |
3232
| 7.4 | >3.0.33, 4.x |
3333

34+
* PHP `fileinfo` extension must be present; so make sure this line is active in your php.ini: `extension=php_fileinfo.dll`
35+
* PHP `iconv` extension must be present; so make sure this line is active in your php.ini: `extension=php_iconv.dll`
3436
* PHP `imap` extension must be present; so make sure this line is active in your php.ini: `extension=php_imap.dll`
3537
* PHP `mbstring` extension must be present; so make sure this line is active in your php.ini: `extension=php_mbstring.dll`
36-
* PHP `iconv` extension must be present; so make sure this line is active in your php.ini: `extension=php_iconv.dll`
3738

3839
### Installation by Composer
3940

@@ -49,9 +50,15 @@ Install the latest available and may unstable source code from `develop`, which
4950

5051
$ composer require php-imap/php-imap:dev-develop
5152

52-
### PHPUnit Tests
53+
### Run Tests
54+
55+
Before you can run the any tests you may need to run `composer install` to install all (development) dependencies.
56+
57+
#### Run all tests
58+
59+
You can run all available tests by running the following command (inside of the installed `php-imap` directory): `composer run tests`
5360

54-
Before you can run the PHPUnit tests you may need to run `composer install` to install all (development) dependencies.
61+
#### Run only PHPUnit tests
5562

5663
You can run all PHPUnit tests by running the following command (inside of the installed `php-imap` directory): `php vendor/bin/phpunit --testdox`
5764

0 commit comments

Comments
 (0)