Skip to content

Commit abd1c9c

Browse files
committed
prefer to always add tests to new plugins in wizard
Even if people don't write any tests, they can benefit from code style checks and auto code fixing
1 parent 53bec4c commit abd1c9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@
105105
</label>
106106

107107
<label>
108-
<input type="checkbox" name="use_tests" value="1"/>
108+
<input type="checkbox" name="use_tests" value="1" checked="checked" disabled="disabled"/>
109109
<span>Use unit tests</span>
110+
<small>(now always enabled)</small>
110111
</label>
111112
</div>
112113

0 commit comments

Comments
 (0)