Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Morselli committed May 13, 2016
1 parent b4b29ed commit 1cbfa70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default:
debug: true
path: Tests/app/AppKernel.php
bootstrap: Tests/app/autoload.php
VIPSoft\DoctrineDataFixturesExtension\Extension:
BehatExtension\DoctrineDataFixturesExtension\Extension:
lifetime: scenario
autoload: true
Behat\MinkExtension:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"symfony/validator": "^2.8|^3.0",

"doctrine/doctrine-fixtures-bundle": "^2.0",
"vipsoft/doctrine-data-fixtures-extension": "^3.0",
"behat-extension/doctrine-data-fixtures-extension": "dev-master",
"behat/behat": "^3.0",
"behat/symfony2-extension": "^2.0",
"behat/mink": "*",
"behat/mink-extension": "*",
"behat/mink-extension": "^2.1",
"behat/mink-browserkit-driver": "*",
"doctrine/orm": "^2.2",
"symfony/var-dumper": "^2.8|^3.0"
Expand Down

0 comments on commit 1cbfa70

Please sign in to comment.