Skip to content

Commit f981f5f

Browse files
committed
fix scanning of removed test
1 parent ba5253d commit f981f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: "Test core/tests/Drupal/Tests/UnitTestCase.php"
134134
run: |
135135
cd ~/drupal
136-
./vendor/bin/phpstan analyze web/core/tests/Drupal/Tests/SkippedDeprecationTest.php --debug
136+
./vendor/bin/phpstan analyze web/core/tests/Drupal/Tests/UnitTestCaseTest.php --debug
137137
- name: "Test BrowserTestBase is autoloaded"
138138
run: |
139139
cd ~/drupal

0 commit comments

Comments
 (0)