Skip to content
Extraits de code Groupes Projets
Valider d04cf36e rédigé par Benaka Moorthi's avatar Benaka Moorthi
Parcourir les fichiers

Re-enable full build and make sure TestingEnvironment invalidates cache on read.

parent 7cee813a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -3,14 +3,14 @@ language: php
# We want to test against PHP 5.3/5.4/5.5
php:
- 5.5
#- 5.4
#- 5.3
- 5.4
- 5.3
# Separate different test suites
env:
matrix:
#- TEST_SUITE=PluginTests
#- TEST_SUITE=CoreTests
- TEST_SUITE=PluginTests
- TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests
global:
- secure: "AMhZmPZx4SUcuZRBzGHlQPxzM4D8FvFB3UThDa52gbi9KIBrwcumzV2VGi6B\n5fgjwtB4XTE1In7qhY2HMikPWBmWYYOQ5QcMPJsqqHt4iMmahx8WKzne6NOk\nNpqAuje/fulNGeP2LJZi0nrub3Fh4VwXaOvpNloKNQN/2JuqPtM="
......
......@@ -18,6 +18,8 @@ class Piwik_TestingEnvironment
$login = 'superUserLogin';
});
Piwik_AddAction('Config.createConfigSingleton', function($config) {
\Piwik\CacheFile::$invalidateOpCacheBeforeRead = true;
$config->setTestEnvironment();
$pluginsToLoad = array(
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter