You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
4
4
This package will check detect errors and warnings in HTML and CSS in stand alone strings, files or urls.
5
5
# Requirements
6
-
PHP 7.1 or higher
7
-
PHPUnit 7 or higher
6
+
- PHP 7.1 or higher
7
+
- PHPUnit 7 or higher
8
+
8
9
For the best performanance, a local install of [https://github.com/validator/validator](https://github.com/validator/validator) is recommended.
9
10
## Installation
10
11
```
@@ -51,5 +52,5 @@ You can use any of the following asserts:
51
52
- assertValidUrl
52
53
53
54
## Examples
54
-
See [examples](https://github.com/phpfui/HTMLUnitTester/tree/master/src/PHPFUI/HTMLUnitTester/examples)
55
+
See [examples](https://github.com/phpfui/HTMLUnitTester/blob/master/tests/UnitTest.php)
0 commit comments