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.
2 parents e2c07ce + 13eba65 commit f310e0dCopy full SHA for f310e0d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### Unreleased
2
3
+### v2.0.1 (2024-12-13)
4
+
5
+* Fix missing imports for behat step definitions broken in 2.0.0
6
7
### v2.0.0 (2024-12-13)
8
9
* [BREAKING] Use doctrine attributes instead of annotations for entity metadata
src/BehatContexts/ContentSnippetsContext.php
@@ -10,6 +10,8 @@
10
use Behat\Gherkin\Node\PyStringNode;
11
use Behat\MinkExtension\Context\RawMinkContext;
12
use Behat\Step\Given;
13
+use Behat\Step\Then;
14
+use Behat\Step\When;
15
use Ingenerator\ContentSnippets\Repository\ContentSnippetRepository;
16
use PHPUnit\Framework\Assert;
17
use function trim;
0 commit comments