Changed
- Drop support for PHP < 8.1, Symfony < 5.4 and Symfony 6.0 - 6.3. In future we will drop support for PHP and symfony
versions as they reach EOL. by @acoulton in #272 - Deprecated
ExampleNode::getTitle()
andScenarioNode::getTitle()
in favour of new methods with clearer meaning.
by @uuf6429 in #271
Added
- Added
(ExampleNode|ScenarioNode)::getName()
to access human-readable names for examples and scenarios,
andExampleNode::getExampleText()
for the string content of the example table row.
by @uuf6429 in #271