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 0a70406 commit 4da703bCopy full SHA for 4da703b
README.md
@@ -59,8 +59,8 @@ You can use any of the following asserts:
59
## Directory Testing
60
Instead of file by file testing, use **assertDirectory** to test an entire directory. Any files added to the directory will be automatically tested.
61
```php
62
- $this->assertDirectory('ValidCSS', 'cssDirectory', 'Invalid CSS');
63
- $this->assertDirectory('NotWarningCSS', 'cssDirectory', 'CSS has warnings');
+ $this->assertDirectory('ValidCSS', 'cssDirectory', 'Invalid CSS');
+ $this->assertDirectory('NotWarningCSS', 'cssDirectory', 'CSS has warnings');
64
```
65
The error message will include the offending file name.
66
0 commit comments