From cd7fe166eed743c6b4ec95a995c8d2f707ae5bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Tue, 11 May 2021 11:09:13 +0200 Subject: [PATCH] Distribute Behat Context --- composer.json | 3 +-- {tests-behat/bootstrap => src/Behat}/Context.php | 0 {tests-behat/bootstrap => src/Behat}/ContextDump.php | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename {tests-behat/bootstrap => src/Behat}/Context.php (100%) rename {tests-behat/bootstrap => src/Behat}/ContextDump.php (100%) diff --git a/composer.json b/composer.json index 1c640f2185..df5f593d18 100644 --- a/composer.json +++ b/composer.json @@ -86,8 +86,7 @@ }, "autoload-dev": { "psr-4": { - "Atk4\\Ui\\Tests\\": "tests/", - "Atk4\\Ui\\Behat\\": "tests-behat/bootstrap/" + "Atk4\\Ui\\Tests\\": "tests/" } }, "minimum-stability": "dev", diff --git a/tests-behat/bootstrap/Context.php b/src/Behat/Context.php similarity index 100% rename from tests-behat/bootstrap/Context.php rename to src/Behat/Context.php diff --git a/tests-behat/bootstrap/ContextDump.php b/src/Behat/ContextDump.php similarity index 100% rename from tests-behat/bootstrap/ContextDump.php rename to src/Behat/ContextDump.php