We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c19a3d commit 9759d9bCopy full SHA for 9759d9b
1 file changed
README.md
@@ -3,24 +3,22 @@ CROSS PHPUnit Utils
3
4
This package contains various utilities to aid in writing unit tests with the PHPUnit Framework.
5
6
-
7
Installation
8
------------
9
10
Require a dependency via composer.
11
12
```bash
13
-composer require cross-solution/phpunit-utils
+composer require --dev cross-solution/phpunit-utils
14
```
15
16
17
Usage
18
-----
19
20
-@todo
+At the moment, the documentation is solely in the PHPDocs comments of the source files.
21
22
23
-Licence
+License
24
-------
25
26
MIT
0 commit comments