File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- # #
2
- # Managed by https://github.com/localgovdrupal/github_workflow_manager
3
- ---
4
1
name : Test localgovdrupal/localgov_subsites drupal-module
5
2
6
3
on :
@@ -211,4 +208,4 @@ jobs:
211
208
mkdir -p ./html/web/sites/simpletest && chmod 777 ./html/web/sites/simpletest
212
209
sed -i "s#http://localgov.lndo.site#http://drupal#" ./html/phpunit.xml.dist
213
210
docker exec -t drupal bash -c 'chown docker:docker -R /var/www/html'
214
- docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4 ${{ env.LOCALGOV_DRUPAL_PROJECT_PATH }}"
211
+ docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4 /var/www/html/ ${{ env.LOCALGOV_DRUPAL_PROJECT_PATH }}"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ protected function getNestedSetStorage(string $section): NestedSetStorage {
102
102
/**
103
103
* Get the entity_id of the ultimate parent drupal entity.
104
104
*
105
- * @param Drupal\Core\Entity\EntityInterface $entity
105
+ * @param \ Drupal\Core\Entity\EntityInterface $entity
106
106
* Entity to find root ancestor of.
107
107
*
108
108
* @return null|int
You can’t perform that action at this time.
0 commit comments