Skip to content

Drupal-10-Compatibility/warmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

warmer

Overview

The purpose of this project is to leverage Github Actions to build a Drupal 10 site, install the above module, and conduct the following:

  • Static Analysis: Use phpstan-drupal extension for phpstan to conduct a static scan of the module codebase for deprecations for both PHP 8 and Drupal 10.
  • Coding Standards: Check for compliance with Drupal Coding Standards.
  • Unit Tests: Execute any unit tests included in the module's codebase to make sure that unit testing integrity is intact after patching for deprecations and coding standards compliance.

Test Results

Analysis Type Results Test Run
Static Analysis: Static Analysis Static Analysis
Coding Standards: Coding Standards Coding Standards
Unit Tests: Unit Tests Unit Tests

Working on the project locally with DDEV

  1. Execute ddev start and ddev install to install a working copy of Drupal with this project for unit testing purposes.
  2. That command finishes with ddev drush uli, providing you with a one-time login link.
  3. View the status of the installed project at Reports > Upgrade status (/admin/reports/upgrade-status).
  4. Use ddev to list available commands. Use ddev cmd --help or ddev help cmd for more information on a specific command. This project defines at least the following custom commands:
    • coding-standards
    • install
    • static-analyze
    • unit-tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published