Skip to content

Commit

Permalink
Adds the php_unit_strict rule
Browse files Browse the repository at this point in the history
  • Loading branch information
BackEndTea committed Dec 1, 2017
1 parent 07aea01 commit 0167ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ return PhpCsFixer\Config::create()
'ordered_imports' => true,
'php_unit_expectation' => true,
'php_unit_no_expectation_annotation' => true,
'php_unit_strict' => true,
'php_unit_test_class_requires_covers' => true,
'phpdoc_align' => true,
'phpdoc_annotation_without_dot' => true,
Expand Down

0 comments on commit 0167ea6

Please sign in to comment.