Add our own phpcs.xml that matches Drupal Core. We'll use the one from Drupal Examples project here: https://git.drupalcode.org/project/examples/-/blob/8.x-1.x/phpcs.xml.dist
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3142795-6.patch | 14.13 KB | hussainweb |
Add our own phpcs.xml that matches Drupal Core. We'll use the one from Drupal Examples project here: https://git.drupalcode.org/project/examples/-/blob/8.x-1.x/phpcs.xml.dist
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3142795-6.patch | 14.13 KB | hussainweb |
Comments
Comment #2
hussainwebComment #4
hussainwebThe failures are possibly because it is trying to run phpunit tests which we don't yet have.
Comment #6
hussainwebFurther optimization of the build
Comment #8
hussainwebI think the issue is because there are no tests at all and that is hinted in the issue #2990645: "Build Successful" is treated as a test failure. I'll just commit it for now and add tests in a separate issue.
Comment #10
hussainweb