php-parser/test/PhpParser/Builder
Krystian Marcisz 49e9951f2c
Add addAttribute() method to Builders with normalizer (#782)
Adds addAttribute() method to Builders of all nodes supporting attributes with BuilderHelpers::normalizeAttribute() usage inside so we can pass both Node\Attribute and Node\AttributeGroup instances.
2021-06-16 17:47:22 +02:00
..
ClassConstTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
ClassTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
FunctionTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
InterfaceTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
MethodTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
NamespaceTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
ParamTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
PropertyTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
TraitTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
TraitUseAdaptationTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
TraitUseTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
UseTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00