@@ -36,7 +36,8 @@ |
||
36 | 36 | if ($this->ignorePolicy->shouldIgnore($testReflection)) |
37 | 37 | return; |
38 | 38 | |
39 | - foreach ($testReflection->getProperties() as $prop) { |
|
39 | + foreach ($testReflection->getProperties() as $prop) |
|
40 | + { |
|
40 | 41 | if ($prop->isStatic() || strpos($prop->getDeclaringClass()->getName(), 'PHPUnit\\') === 0) |
41 | 42 | continue; |
42 | 43 |