fontawesome-8.x-2.x-dev/tests/fixtures/drupal7.php
tests/fixtures/drupal7.php
<?php // phpcs:ignoreFile /** * @file * A database agnostic dump for testing purposes. * * This file was generated by the Drupal 9.2.6 db-tools.php script. */ use Drupal\Core\Database\Database; $connection = Database::getConnection(); include 'drupal7' . DIRECTORY_SEPARATOR . 'system.php'; include 'drupal7' . DIRECTORY_SEPARATOR . 'variable.php';
