We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5253d commit f981f5fCopy full SHA for f981f5f
.github/workflows/php.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: "Test core/tests/Drupal/Tests/UnitTestCase.php"
134
run: |
135
cd ~/drupal
136
- ./vendor/bin/phpstan analyze web/core/tests/Drupal/Tests/SkippedDeprecationTest.php --debug
+ ./vendor/bin/phpstan analyze web/core/tests/Drupal/Tests/UnitTestCaseTest.php --debug
137
- name: "Test BrowserTestBase is autoloaded"
138
139
0 commit comments