Skip to content

Commit c8343da

Browse files
committed
cmd: composer require --dev friends-of-behat/symfony-extension
1 parent 59e329f commit c8343da

File tree

11 files changed

+540
-1
lines changed

11 files changed

+540
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
php.ini
1818
docker/db/.data
1919
docker/.logs
20+
21+
###> friends-of-behat/symfony-extension ###
22+
/behat.yml
23+
###< friends-of-behat/symfony-extension ###

behat.yml.dist

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
default:
2+
suites:
3+
default:
4+
contexts:
5+
- App\Tests\Behat\DemoContext
6+
7+
extensions:
8+
FriendsOfBehat\SymfonyExtension: null

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"willdurand/hateoas-bundle": "^2.1"
2222
},
2323
"require-dev": {
24+
"friends-of-behat/symfony-extension": "^2.1",
2425
"symfony/debug-pack": "^1.0",
2526
"symfony/maker-bundle": "^1.14",
2627
"symfony/test-pack": "^1.0"

0 commit comments

Comments
 (0)