We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edfe05 commit e88ffdaCopy full SHA for e88ffda
README.md
@@ -175,12 +175,14 @@ public function processed_configuration_for_array_node_1()
175
'array_node_1' => array(
176
'required_value_1' => 'final value'
177
)
178
- )
+ ),
179
+ // the path of the nodes you want to focus on in this test:
180
+ 'array_node_1'
181
);
182
}
183
```
184
185
This would trigger no validation errors for any value in the `array_node_2` branch.
186
187
Note that the `$breadcrumbPath` can be even more specific, e.g. `"doctrine.orm"` (which would skip configuration
-processing for branch `"doctrine.dbal"`).
188
+processing for branch `"doctrine.dbal"`, etc.).
0 commit comments