Skip to content

Commit af614e3

Browse files
committed
Merge pull request #52 from bojanz/patch-1
Update phpunit-core for the moved vendor directory
2 parents 229c29a + d63d006 commit af614e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/phpunit-core/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ARGS=( $DRUPAL_TI_PHPUNIT_ARGS )
1111

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

0 commit comments

Comments
 (0)