File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ [default ]
2+ extend-ignore-re = [
3+ " (?Rm)^.*(#|//)\\ s*spellchecker:disable-line$" ,
4+ " (?s)(#|//)\\ s*spellchecker:off.*?\\ n\\ s*(#|//)\\ s*spellchecker:on" ,
5+ " (#|//)\\ s*spellchecker:ignore-next-line\\ n.*"
6+ ]
7+
8+ [files ]
9+ extend-exclude = [
10+ " features/*.feature"
11+ ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Feature: Check whether the wp-config.php file or the wp-custom-config.php file h
1515 Then STDOUT should be empty
1616 And the return code should be 0
1717
18- Scenario : Check for the existance of an existing wp-config.php constant in a read-only file system
18+ Scenario : Check for the existence of an existing wp-config.php constant in a read-only file system
1919 Given a WP install
2020
2121 When I run `chmod -w wp-config.php`
You can’t perform that action at this time.
0 commit comments