- oct. 27, 2015
-
-
diosmosis a rédigé
Try to fix nginx setup on travis. Includes new [tests] INI config parameter for port (since using port 80 is not allowed for normal users on linux).
-
- oct. 04, 2015
-
-
diosmosis a rédigé
Since autoloading is used now, do not manually include fixture files during tests. Fixes case when one plugin has issue in fixture class making it impossible to run tests (since the tests:run will just fail).
-
- juin 11, 2015
-
-
diosmosis a rédigé
Workaround phpunit class loading issue caused by testing environment variables. Sometimes a test case class will be loaded before phpunit starts running (ie, in bootstrap.php), which causes the phpunit file loader to fail if a path to a test file is specified on the command line.
-
- juin 05, 2015
-
-
diosmosis a rédigé
Allow multiple environments to be specified to Environment constructor. Add hook in EnvironmentManipulator to get extra environment names, and specify test environment this way instead of through detecting PIWIK_TEST_MODE.
-
- juin 01, 2015
- avr. 09, 2015
-
-
diosmosis a rédigé
-
- avr. 04, 2015
-
-
diosmosis a rédigé
-
- avr. 02, 2015
-
-
diosmosis a rédigé
Remove uses of Config::init(), Config::clear() and Config::setTestEnvironment(). Replace last w/ mock config class, which is closer to use of DI.
-
- fév. 23, 2015
-
-
Thomas Steur a rédigé
I also replaced the check that does a request against Piwik to check whether it is installed with `SettingsPiwik::isInstalled()` as discussed recently
-
- fév. 20, 2015
-
-
mattab a rédigé
-
- fév. 10, 2015
-
-
Thomas Steur a rédigé
-
- fév. 09, 2015
-
-
Matthieu Napoli a rédigé
-
Thomas Steur a rédigé
-
- fév. 03, 2015
-
-
Thomas Steur a rédigé
On local it does not work and I have not figured out why. Maybe it works on travis though?
-
- jan. 14, 2015
-
-
Matthieu Napoli a rédigé
-
mattab a rédigé
-
- jan. 07, 2015
-
-
mattab a rédigé
-
- jan. 05, 2015
-
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
- déc. 22, 2014
-
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
This file is not in a class because it needs to be compatible with PHP 4.
-
- déc. 10, 2014
-
-
Matthieu Napoli a rédigé
-
- nov. 11, 2014
-
-
Thomas Steur a rédigé
refs #6635 if user has not configured test section but Piwik is installed then we can configure most parts for the user
-
Thomas Steur a rédigé
-
- oct. 24, 2014
-
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
- oct. 23, 2014
-
-
Thomas Steur a rédigé
-
- oct. 13, 2014
-
-
Thomas Steur a rédigé
refs #5940 moved files into a subfolder framework, added autoloader to remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
-
- oct. 11, 2014
-
-
mattab a rédigé
-
- oct. 10, 2014
-
-
mattab a rédigé
-
- oct. 06, 2014
-
-
Thomas Steur a rédigé
refs #5940 we might stay backwards compatible this way for 2 months. moved some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
-
- oct. 05, 2014
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- oct. 02, 2014
-
-
diosmosis a rédigé
-
- août 21, 2014
-
-
diosmosis a rédigé
Get xhprof integration to work. Only setup xhprof once per php execution and correctly aggregate xhprof runs (xhprof aggregation will always normalize so we must aggregate ourselves).
-