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 12bdbf0 commit ad2df9aCopy full SHA for ad2df9a
readme.md
@@ -31,10 +31,13 @@ composer require nette/tester --dev
31
32
Alternatively, you can download the [tester.phar](https://github.com/nette/tester/releases) file.
33
34
-Nette Tester 2.0 requires PHP 5.6 and supports PHP up to 7.3. The 2.1 version and newer require PHP 7.1.
+Nette Tester 2.3 requires PHP 7.1 and supports PHP up to 7.4.
35
+Nette Tester 2.1 and 2.2 requires PHP 7.1 and supports PHP up to 7.3.
36
+Nette Tester 2.0 requires PHP 5.6 and supports PHP up to 7.3.
37
Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.
38
39
40
+
41
Writing Tests
42
-------------
43
0 commit comments