1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-30 10:19:51 +02:00

refactoring

This commit is contained in:
wapplay
2019-12-06 08:32:33 +03:00
parent c0786f5947
commit e03c963dc1
7 changed files with 36 additions and 15 deletions

View File

@@ -899,7 +899,7 @@ $rules = [
* Risky when PHPUnit classes are overridden or not accessible, or
* when project has PHPUnit incompatibilities.
*/
'php_unit_expectation' => true,
'php_unit_expectation' => false,
// PHPUnit annotations should be a FQCNs including a root namespace.
'php_unit_fqcn_annotation' => true,