Disable php_unit_expectation fixer

This commit is contained in:
ErickSkrauch 2019-02-24 02:45:44 +03:00
parent d04b4541af
commit 7bcfeab7e0
1 changed files with 1 additions and 0 deletions

View File

@ -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);