Allow a test with only one #Examples() attribute
If a cest test does only have one #Examples() attribute it is not handled as if there are multiple but an InjectionException occurs.
The Examples attribute does now also work if it is not repeated
Can you have a look at the failing test?
I created https://github.com/Codeception/Codeception/pull/6812 which is based on https://github.com/Codeception/Codeception/pull/6752 which was about the same issue.
This PR can be closed if my PR is accepted.
Hi @sascha-egerer,
I'm closing this PR in favor of #6812 due to the progress made on the tests.
If you have any additional comments or suggestions regarding this PR, your input would be greatly appreciated. Thanks!