Skip to content

Commit 55cd9b3

Browse files
committed
move tests from web to public
1 parent a2e16b2 commit 55cd9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
run: composer require phpspec/prophecy-phpunit:^2
6969

7070
- name: Run a single unit test to verfiy the testing setup.
71-
run: ./vendor/bin/phpunit -c ./web/core ./web/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
71+
run: ./vendor/bin/phpunit -c ./public/core ./public/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
7272

7373
- run: ./vendor/bin/drush

0 commit comments

Comments
 (0)