diff options
author | Mario <mario@mariovavti.com> | 2024-01-07 21:00:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-07 21:00:40 +0000 |
commit | f5b8b18c8e06084a7da1fa288673989264e15ed3 (patch) | |
tree | e797010cf0af6b371d1d8902cb2ff7a671b9a667 /tests/acceptance/features/bootstrap/AdminContext.php | |
parent | 6e5566f9c807aa271c74be48faf2cc85e7c4b1dd (diff) | |
parent | eaa244a2a3cb35efd5824cd346eddde2a6ac9755 (diff) | |
download | volse-hubzilla-f5b8b18c8e06084a7da1fa288673989264e15ed3.tar.gz volse-hubzilla-f5b8b18c8e06084a7da1fa288673989264e15ed3.tar.bz2 volse-hubzilla-f5b8b18c8e06084a7da1fa288673989264e15ed3.zip |
Merge branch 'tests/remove-behat' into 'dev'
Remove unused acceptance tests and dependencies
See merge request hubzilla/core!2082
Diffstat (limited to 'tests/acceptance/features/bootstrap/AdminContext.php')
-rw-r--r-- | tests/acceptance/features/bootstrap/AdminContext.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/acceptance/features/bootstrap/AdminContext.php b/tests/acceptance/features/bootstrap/AdminContext.php deleted file mode 100644 index aa4dced67..000000000 --- a/tests/acceptance/features/bootstrap/AdminContext.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -use Behat\Behat\Context\Context; -use Behat\Behat\Context\SnippetAcceptingContext; -use Behat\Gherkin\Node\PyStringNode; -use Behat\Gherkin\Node\TableNode; - -/** - * Defines application features from the specific context. - */ -class AdminContext implements Context, SnippetAcceptingContext -{ - /** - * Initializes context. - * - * Every scenario gets its own context instance. - * You can also pass arbitrary arguments to the - * context constructor through behat.yml. - */ - public function __construct() - { - } -} |