diff --git a/.php_cs.dist b/.php_cs.dist index e30aa56..9e2f4b5 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -5,4 +5,5 @@ $finder = \PhpCsFixer\Finder::create() return \Ely\CS\Config::create([ 'visibility_required' => ['property', 'method'], 'ternary_to_null_coalescing' => false, + 'php_unit_expectation' => false, ])->setFinder($finder);