Skip to content

Commit

Permalink
Move testing dependencies to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 26, 2015
1 parent 982fa21 commit f85984a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The bundle has both unit tests and BDD features.

To run the unit tests just point PHPUnit to the bundle directory:

bin/phpunit vendor/kaliop/migration/Kaliop/Migration/BundleMigrationBundle
bin/phpunit vendor/kaliop/ezmigrationbundle

The Behat instructions are left here for future reference when we get it working correctly with eZ Publish 5.
To run the BDD test with Behat:
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
],
"require": {
"php": ">=5.3.2",
"ext-pdo": "*",
"ext-pdo": "*"
},
"require-dev": {
"mikey179/vfsStream": "~1.2.0",
"polishsymfonycommunity/symfony2-mocker-extension": "*"
"polishsymfonycommunity/symfony2-mocker-extension": "*",
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": { "Kaliop\\Migration\\": "" }
Expand Down

0 comments on commit f85984a

Please sign in to comment.