icingaweb2-module-director/test/php/library/Director/Form
Ravi Srinivasa 8abacb694f
test: Add test suite and documentation for custom variable and dictionary support
Tests covering:
- CustomVariable / CustomVariables: rendering, config string generation,
  dictionary and array type behaviour
- CustomVariableDictionaryRendering: Icinga 2 DSL output for nested dicts
- IcingaConfigHelper: macro validation and structured variable rendering
- DirectorProperty: CRUD, inheritance, field assignment
- IcingaHost / IcingaService / IcingaServiceApplyFor: object-level
  custom variable assignment and apply-for rule evaluation
- BasketSnapshotCustomVariable: round-trip basket import/export
- MigrateCommand: migration logic, --delete, --dry-run, skipped fields
- CustomVariableForm / CustomVariablesForm / DeleteCustomVariableForm:
  form submission and validation
- Rendered output fixtures updated for service5/6/7 and new
  host_dynamic_dict, service_apply_for_array, service_apply_for_dict

Documentation:
- Dictionary-Support-Changes.md: full feature overview and API reference
- custom-variables-demo.sh: end-to-end shell demo script
2026-06-01 12:32:15 +02:00
..
Lib test: Add test suite and documentation for custom variable and dictionary support 2026-06-01 12:32:15 +02:00
CustomVariableFormTest.php test: Add test suite and documentation for custom variable and dictionary support 2026-06-01 12:32:15 +02:00
CustomVariablesFormTest.php test: Add test suite and documentation for custom variable and dictionary support 2026-06-01 12:32:15 +02:00
DeleteCustomVariableFormTest.php test: Add test suite and documentation for custom variable and dictionary support 2026-06-01 12:32:15 +02:00
IcingaObjectFieldFormTest.php Fix PSR-12 violations 2024-10-22 14:31:14 +02:00