We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3809ccd commit d92c49eCopy full SHA for d92c49e
README.md
@@ -7,6 +7,7 @@ Provides helper traits for PHPUnit.
7
8
## Table of Contents
9
10
+* [Requirements](#requirements)
11
* [Installation](#installation)
12
* [Usage](#usage)
13
* [TestDouble](#testdouble)
@@ -21,6 +22,10 @@ Provides helper traits for PHPUnit.
21
22
* [$this->getPrivateMethodInvoker()](#this-getprivatemethodinvoker)
23
* [License](#license)
24
25
+## Requirements
26
+
27
+- PHP 7.2 or later
28
29
## Installation
30
31
Run:
0 commit comments