WIP behat/mink via composer

This commit is contained in:
Alexander Yakovlev 2024-06-02 16:44:26 +06:00
parent ebcafaf897
commit 757b116a77
Signed by: oreolek
GPG key ID: 8269E24B4008E32A
6 changed files with 1071 additions and 3 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
# behat.yml
default:
extensions:
mink_extension.phar:
Behat\MinkExtension:
base_url: http://livestreet.test/
default_session: goutte
mink_loader: mink.phar

Binary file not shown.

View file

@ -1,9 +1,15 @@
{
"require-dev": {
"phpstan/phpstan": "^1.11"
"phpstan/phpstan": "^1.11",
"behat/behat": "^2.4",
"behat/mink": "^1.11",
"friends-of-behat/mink-extension": "^1.3"
},
"require": {
"phpmailer/phpmailer": "^6.9",
"imaginaria/jevix": "^2.3"
},
"scripts": {
"test": "./vendor/bin/behat -c application/tests/behat/behat.yml"
}
}

1064
composer.lock generated

File diff suppressed because it is too large Load diff