behat-pantheon.yml |
tests/behat/behat-pantheon.yml |
|
tests/behat/behat-pantheon.yml |
FeatureContext.php |
tests/behat/features/bootstrap/FeatureContext.php |
|
|
pantheon_advanced_page_cache.info |
pantheon_advanced_page_cache.info |
|
name = Pantheon Advanced Page Cache
description = Advanced page cache capabilities for Pantheon
package = Performance and scalability
core = 7.x
dependencies[] = d8cache |
pantheon_advanced_page_cache.install |
pantheon_advanced_page_cache.install |
|
Contains install function for Pantheon Advanced Page Cache. |
pantheon_advanced_page_cache.module |
pantheon_advanced_page_cache.module |
|
Main module file for the Pantheon Advanced Page Cache. |
pantheon_advanced_page_cache_test.info |
tests/pantheon_advanced_page_cache_test.info |
|
name = Pantheon Advanced Page Cache Test
description = Used during automated test of Pantheon Advanced Page Cache
package = Performance and scalability
core = 7.x
dependencies[] = d8cache |
pantheon_advanced_page_cache_test.module |
tests/pantheon_advanced_page_cache_test.module |
|
Provides testing functionality. |
run-behat.sh |
tests/behat/run-behat.sh |
|
#!/bin/bash
# Create a drush alias file so that Behat tests can be executed against Pantheon.
terminus aliases
# Drush Behat driver fails without this option.
echo "\$options['strict'] = 0;" >>… |
settings.d8cache.txt |
tests/settings.d8cache.txt |
|
// These lines are copied to settings.php by the set up
// script for automated tests.
$conf['cache_backends'][] = 'sites/all/modules/d8cache/d8cache-ac.cache.inc';
$conf['cache_class_cache_views_data'] =… |