Skip to content

Commit

Permalink
Merge pull request #52 from bojanz/patch-1
Browse files Browse the repository at this point in the history
Update phpunit-core for the moved vendor directory
  • Loading branch information
LionsAd committed Oct 4, 2015
2 parents 229c29a + d63d006 commit af614e3
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 af614e3

Please sign in to comment.