We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 229c29a + d63d006 commit af614e3Copy full SHA for af614e3
runners/phpunit-core/script.sh
@@ -11,4 +11,4 @@ ARGS=( $DRUPAL_TI_PHPUNIT_ARGS )
11
12
# Run core tests
13
cd core
14
-./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 commit comments