Skip to content

Commit 4da703b

Browse files
committed
Spaces instead of tabs for code examples
1 parent 0a70406 commit 4da703b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ You can use any of the following asserts:
5959
## Directory Testing
6060
Instead of file by file testing, use **assertDirectory** to test an entire directory. Any files added to the directory will be automatically tested.
6161
```php
62-
$this->assertDirectory('ValidCSS', 'cssDirectory', 'Invalid CSS');
63-
$this->assertDirectory('NotWarningCSS', 'cssDirectory', 'CSS has warnings');
62+
$this->assertDirectory('ValidCSS', 'cssDirectory', 'Invalid CSS');
63+
$this->assertDirectory('NotWarningCSS', 'cssDirectory', 'CSS has warnings');
6464
```
6565
The error message will include the offending file name.
6666

0 commit comments

Comments
 (0)