Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-12-22Replaced usage of Log::verbose() with Log::debug()Matthieu Napoli
The "verbose" level doesn't exist in PSR-3, the lowest one is "debug".
2014-12-22fixed OmniFixturesgiehl
2014-12-22Merge pull request #6889 from piwik/58082.10.0-b10Matthieu Aubry
Fix views and events that have the same timestamp get disordered
2014-12-22updated OmniFixture after moving plugins reportssgiehl
2014-12-21fixing testssgiehl
2014-12-21readded test filessgiehl
2014-12-21updated testssgiehl
2014-12-21fixed some testssgiehl
2014-12-21moved browser plugin reports to an own plugin 'DevicePlugins'sgiehl
2014-12-19Remove unnecessary code in last commit.diosmosis
2014-12-19Allow travis builds (for piwik core + plugins + others) to add options to ↵diosmosis
phpunit invocations made on travis.
2014-12-19Minormattab
2014-12-19fixed some integration tests. for example sometimes a converted goal was ↵Thomas Steur
listed before the actual pageview
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: tests/PHPUnit/Integration/LogTest.php
2014-12-19Removing Core_ from test class namesmattab
2014-12-19Fix test by using a non -googlebot IPmattab
2014-12-19Fixes #6503 Add missing google bots IP ranges to exclude as they are robot ↵mattab
requests
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md plugins/CoreConsole/Commands/CoreArchiver.php
2014-12-19Changed test assertion for clearer messageMatthieu Napoli
2014-12-18UI buildmattab
2014-12-18submodulemattab
2014-12-18updated submodulessgiehl
2014-12-18Merge branch 'fixture_test'sgiehl
2014-12-18Fixes #6863, remove check for label when adding normal processed metrics to ↵diosmosis
a report for row evolution data. Fixes bug where no data is returned when trying to get row evolution for processed metric.
2014-12-18Refs #6795, remove quotes around referrer & host if found when parsing hits ↵diosmosis
in log importer.
2014-12-18Merge pull request #6874 from piwik/6865Matthieu Aubry
new event to let plugin define deprecated module and action
2014-12-18Fixed more testsMatthieu Napoli
2014-12-18Fixes #6865 Introducing new event to let plugin define deprecated module ↵mattab
and action
2014-12-18Fixed test.....Matthieu Napoli
2014-12-18Fixed test.....Matthieu Napoli
2014-12-18Skip integration tests if they are not supported on this OSMatthieu Napoli
2014-12-18Commented out a test case because the locale is platform dependent which ↵Matthieu Napoli
makes this bit of test fail
2014-12-18Fixed another unit testMatthieu Napoli
2014-12-18Fixed a unit testMatthieu Napoli
2014-12-18updated OmniFixture-dump.sql.gzsgiehl
2014-12-17Fixes #6872 new referrer spammermattab
2014-12-17Do not consider node when determining view rect of screenshot if node is not ↵diosmosis
visible.
2014-12-17Use jquery to get clip rect of screenshot to capture in screenshot tests ↵diosmosis
instead of getBoundingClientRect.
2014-12-17Change self to static in access of $fixture in IntegrationTestCase.diosmosis
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: composer.json composer.lock config/global.php core/Container/StaticContainer.php
2014-12-17Small typomattab
2014-12-17Small typomattab
2014-12-17Merge pull request #6867 from piwik/use_transientcache_onceMatthieu Aubry
Use transientcache once
2014-12-17Skip this test randomly failing...mattab
2014-12-17Use the new PiwikCache::getTransientCache() to store the values instead of ↵mattab
using the static array - these are called 50 K times or more when only 100 websites when rendering a scheduled report
2014-12-17fixes #6862 use array_values when using as a bindmattab
+ submodules
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-16Trying to fix strange travis error, make sure a database is selected in ↵diosmosis
IntegrationTestCase::restoreDbTables.
2014-12-16refs #6858 add test for spammermattab
2014-12-16 we must get rid of submodules as they cause us pain2.10.0-b8mattab