Skip to content

Commit 23165f1

Browse files
committed
Added testing instructions.
1 parent 4ad8432 commit 23165f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ Once an `Optional` method call returns an empty value, it is transformed into a
7474
❯ composer require "typedphp/optional:0.*"
7575
```
7676

77+
## Testing
78+
79+
```sh
80+
❯ git clone [email protected]:typedphp/php-optional.git
81+
cd php-optional
82+
❯ composer install
83+
❯ phpunit
84+
```
85+
7786
## License
7887

7988
[MIT](license.md)

0 commit comments

Comments
 (0)