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 22bdd63 commit 93521daCopy full SHA for 93521da
README.md
@@ -3,8 +3,9 @@
3
4
This package will check detect errors and warnings in HTML and CSS in stand alone strings, files or urls.
5
# Requirements
6
-PHP 7.1 or higher
7
-PHPUnit 7 or higher
+- PHP 7.1 or higher
+- PHPUnit 7 or higher
8
+
9
For the best performanance, a local install of [https://github.com/validator/validator](https://github.com/validator/validator) is recommended.
10
## Installation
11
```
@@ -51,5 +52,5 @@ You can use any of the following asserts:
51
52
- assertValidUrl
53
54
## Examples
-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)
56
0 commit comments