Skip to content

Commit 5979e8d

Browse files
Merge pull request #142 from localgovdrupal/2.x
2.3.5 release
2 parents c2ddb51 + 6f0d0d2 commit 5979e8d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
##
2-
# Managed by https://github.com/localgovdrupal/github_workflow_manager
3-
---
41
name: Test localgovdrupal/localgov_subsites drupal-module
52

63
on:
@@ -211,4 +208,4 @@ jobs:
211208
mkdir -p ./html/web/sites/simpletest && chmod 777 ./html/web/sites/simpletest
212209
sed -i "s#http://localgov.lndo.site#http://drupal#" ./html/phpunit.xml.dist
213210
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 }}"

src/Plugin/Block/SubsitesHierarchyTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function getNestedSetStorage(string $section): NestedSetStorage {
102102
/**
103103
* Get the entity_id of the ultimate parent drupal entity.
104104
*
105-
* @param Drupal\Core\Entity\EntityInterface $entity
105+
* @param \Drupal\Core\Entity\EntityInterface $entity
106106
* Entity to find root ancestor of.
107107
*
108108
* @return null|int

0 commit comments

Comments
 (0)