Skip to content

Commit

Permalink
Update phpunit-core for the moved vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Oct 2, 2015
1 parent 229c29a commit d63d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/phpunit-core/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ARGS=( $DRUPAL_TI_PHPUNIT_ARGS )

# Run core tests
cd core
./vendor/bin/phpunit "${ARGS[@]}" "$MODULE_DIR/$DRUPAL_TI_MODULE_NAME/$DRUPAL_TI_PHPUNIT_CORE_SRC_DIRECTORY"
../vendor/bin/phpunit "${ARGS[@]}" "$MODULE_DIR/$DRUPAL_TI_MODULE_NAME/$DRUPAL_TI_PHPUNIT_CORE_SRC_DIRECTORY"

0 comments on commit d63d006

Please sign in to comment.