Skip to content

Commit 43906de

Browse files
committed
readme: added jumbo
1 parent 99423a3 commit 43906de

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

readme.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[Nette Tester](https://tester.nette.org): enjoyable unit testing
2-
================================================================
1+
[![Nette Tester](https://github.com/nette/tester/assets/194960/19423421-c7e9-4bcb-a8cc-167003de2c70)](https://tester.nette.org)
32

43
[![Downloads this Month](https://img.shields.io/packagist/dm/nette/tester.svg)](https://packagist.org/packages/nette/tester)
54
[![Tests](https://github.com/nette/tester/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/tester/actions)
65
[![Latest Stable Version](https://poser.pugx.org/nette/tester/v/stable)](https://github.com/nette/tester/releases)
76
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/tester/blob/master/license.md)
87

8+
 <!---->
99

1010
Introduction
1111
------------
@@ -16,6 +16,7 @@ the [Nette Framework](https://nette.org) and is capable of testing any PHP code.
1616
Documentation is available on the [Nette Tester website](https://tester.nette.org).
1717
Read the [blog](https://blog.nette.org/category/tester/) for new information.
1818

19+
 <!---->
1920

2021
[Support Tester](https://github.com/sponsors/dg)
2122
--------------------------------------------
@@ -26,6 +27,7 @@ Do you like Nette Tester? Are you looking forward to the new features?
2627

2728
Thank you!
2829

30+
 <!---->
2931

3032
Installation
3133
------------
@@ -38,14 +40,9 @@ composer require nette/tester --dev
3840

3941
Alternatively, you can download the [tester.phar](https://github.com/nette/tester/releases) file.
4042

41-
- Nette Tester 2.5 is compatible with PHP 8.0 to 8.3
42-
- Nette Tester 2.4 is compatible with PHP 7.2 to 8.2
43-
- Nette Tester 2.3 is compatible with PHP 7.1 to 8.0
44-
- Nette Tester 2.1 & 2.2 is compatible with PHP 7.1 to 7.3
45-
- Nette Tester 2.0 is compatible with PHP 5.6 to 7.3
46-
47-
Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.
43+
Nette Tester 2.5 is compatible with PHP 8.0 to 8.3. Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.
4844

45+
 <!---->
4946

5047
Writing Tests
5148
-------------
@@ -96,6 +93,7 @@ OK (1 tests, 0 skipped, 0.0 seconds)
9693
Nette Tester prints dot for successful test, F for failed test
9794
and S when the test has been skipped.
9895

96+
 <!---->
9997

10098
Assertions
10199
----------
@@ -153,6 +151,8 @@ Assert::with($h, function () {
153151
});
154152
```
155153

154+
 <!---->
155+
156156
Tips and features
157157
-----------------
158158

@@ -201,6 +201,7 @@ Assert::true($dom->has('input[name="password"]'));
201201

202202
For more inspiration see how [Nette Tester tests itself](https://github.com/nette/tester/tree/master/tests).
203203

204+
 <!---->
204205

205206
Running tests
206207
-------------

0 commit comments

Comments
 (0)