Skip to content

Commit

Permalink
Merge pull request #11 from 21TORR/phpunit
Browse files Browse the repository at this point in the history
Fix overly strict rules for PHPUnit
  • Loading branch information
apfelbox authored Jul 5, 2024
2 parents 4fdc5ef + 117fbb0 commit 712f2fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@
"php_unit_no_expectation_annotation" => true,
"php_unit_set_up_tear_down_visibility" => true,
// "php_unit_size_class" => false,
"php_unit_strict" => true,
// "php_unit_strict" => true,
// └> sometimes you need assertEquals() and this way you can't have that.
"php_unit_test_annotation" => [
"style" => "prefix",
],
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.5
=====

* (improvement) Fix overly strict rules for PHPUnit.


1.1.4
=====

Expand Down

0 comments on commit 712f2fa

Please sign in to comment.