Skip to content

module_load_install() is deprecated in 9.4 and removed in 10. #736

module_load_install() is deprecated in 9.4 and removed in 10.

module_load_install() is deprecated in 9.4 and removed in 10. #736

Workflow file for this run

name: phpunit
# This test will run on every pull request, and on every commit on any branch
on: [push, pull_request]
jobs:
tests:
name: 'PHPUnit | PHP ${{ matrix.php-version }}'
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "8.1"
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: none
tools: composer:v2
- run: composer install
- run: vendor/bin/phpunit --testdox