Skip to content

Commit

Permalink
[Travis] Test default fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jun 15, 2016
1 parent f1267ce commit ef67e28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/travis/suites/application/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ commands=(
validate-behat-features
test-phpspec
test-phpunit
test-fixtures
test-behat-without-javascript
test-behat-with-javascript
)
Expand Down
6 changes: 6 additions & 0 deletions etc/travis/suites/application/script/test-fixtures
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../../bash/common.lib.sh"

print_header "Testing (Fixtures)" "Sylius"
run_command "app/console sylius:fixtures:load default --env=test_cached --no-debug"

0 comments on commit ef67e28

Please sign in to comment.