Skip to content

Commit 9725011

Browse files
committed
Update Readme.md
1 parent f9186b0 commit 9725011

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
CROSS PHPUnit Utils
2-
===================
1+
# CROSS PHPUnit Utils
32

4-
This package contains various utilities to aid in writing unit tests with the PHPUnit Framework.
53

6-
Installation
7-
------------
4+
<!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
5+
6+
- [Installation](#installation)
7+
- [Usage](#usage)
8+
- [License](#license)
9+
10+
<!-- /TOC -->
811

9-
Require a dependency via composer.
12+
This package contains various utilities to aid in writing unit tests with the PHPUnit Framework.
13+
14+
## Installation
1015

1116
```bash
1217
composer require --dev cross-solution/phpunit-utils
1318
```
1419

15-
Usage
16-
-----
20+
## Usage
1721

1822
At the moment, the documentation is solely in the PHPDocs comments of the source files.
1923

24+
## License
2025

21-
License
22-
-------
23-
24-
MIT
26+
Released under the [MIT](LICENSE) license

0 commit comments

Comments
 (0)