filecache.info.yml |
filecache.info.yml |
|
filecache.info.yml |
filecache.install |
filecache.install |
|
Requirements hook for the File Cache module. |
filecache.services.yml |
filecache.services.yml |
|
filecache.services.yml |
FileSystemBackend.php |
src/Cache/FileSystemBackend.php |
Drupal\filecache\Cache |
|
FileSystemBackendFactory.php |
src/Cache/FileSystemBackendFactory.php |
Drupal\filecache\Cache |
|
FileSystemBackendTest.php |
tests/src/Kernel/FileSystemBackendTest.php |
Drupal\Tests\filecache\Kernel |
|
PersistentFileSystemBackendTest.php |
tests/src/Kernel/PersistentFileSystemBackendTest.php |
Drupal\Tests\filecache\Kernel |
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Cache bins
* Cache directory
* Uninstalling
* Troubleshooting
* Maintainers
INTRODUCTION
============
This module allows Drupal… |
run-test.sh |
scripts/travis-ci/run-test.sh |
|
#!/bin/bash
# Run either PHPUnit tests or PHP_CodeSniffer tests on Travis CI, depending
# on the passed in parameter.
mysql_to_ramdisk() {
sudo service mysql stop
sudo mv /var/lib/mysql /var/run/tmpfs
sudo ln -s /var/run/tmpfs… |