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
AgeCommit message (Expand)Author
2014-10-21Add save-config option to SetupFixture so access to test data can be saved in...diosmosis
2014-10-21refs #6481 should make sure all dimensions are selectable in report generatorThomas Steur
2014-10-17Removed tests for PHP 5.4 and 5.5. We only test for 5.3.3 and 5.6.Matthieu Napoli
2014-10-17refs #6431 and another day. Maybe it will accept my change?Thomas Steur
2014-10-17refs #6413 show a message if xdebug is loaded but not neededThomas Steur
2014-10-17refs #6413 execute js/angular tests earlier as they are quick to execute. Oth...Thomas Steur
2014-10-17refs #6413 need to adjust travis template otherwise tests wont runThomas Steur
2014-10-16Fix testsMatthieu Napoli
2014-10-16refs #6413 always return a proper return codeThomas Steur
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-12small fixsgiehl
2014-10-12some last updates for plugin code coveragesgiehl
2014-10-11some more adjustments for plugin coveragesgiehl
2014-10-11small change to travis.yml for plugin code coveragesgiehl
2014-10-10Fixed a bug in the GenerateReport commandMatthieu Napoli
2014-10-10Move Fixture.php include before IntegrationTestCase.php include in setup-fixt...diosmosis
2014-10-10refs #5940 load test files in different orderThomas Steur
2014-10-10we will deprecate old test classes in 4 months and not in 2, simplified test ...Thomas Steur
2014-10-10refs #5940 execute file relative from piwik directory and not from phpunit di...Thomas Steur
2014-10-10refs #5940 fix tests:run as it worked based on groups before which did not re...Thomas Steur
2014-10-10Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
2014-10-09Instead of throwing exceptions, log a message in tracker.mattab
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
2014-10-08Keep development:enable command simpler and include --full option by defaultmattab
2014-10-07run git pull before git commitmattab
2014-10-07Fixes #6383 Invalidate caches before running the upgrade.mattab
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved so...Thomas Steur
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system fo...Thomas Steur
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
2014-09-30the command class should be camelcase but the command name should separate wo...Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-25refs #6285 better namingThomas Steur
2014-09-25refs #6285 added a command to generate a template for an angular directiveThomas Steur
2014-09-23refs #6149 when generating a component always require the current piwik versi...Thomas Steur
2014-09-23refs #6145 removed no longer needed methodThomas Steur
2014-09-23refs #6145 do no longer ask whether we should create a controller and API as ...Thomas Steur
2014-09-23for plugins CI only run the UI job on PHP 5.5 and not php 5.6 (running UI tes...mattab
2014-09-21Refs #6078, rename test methods.diosmosis
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-15Allow executing individual test file in tests:run console command.diosmosis
2014-09-12Only delete assets in tests:run-ui command to speed up UI tests.diosmosis
2014-09-07refs #6133 consistent namingThomas Steur
2014-09-07refs #6133 added a command to clear all cachesThomas Steur
2014-09-07refs #6149 always require latest Piwik version when generating a plugin. Stil...Thomas Steur
2014-08-30added missing widgets PHPdoc, fix a bug in widget generator where namespace w...Thomas Steur
2014-08-29Fix php-versions option handling in generate:travis-yml command.diosmosis
2014-08-29Allow plugins to specify custom PHP versions to test against in autogenerated...diosmosis
2014-08-29Fixing CoreConsole_TravisYmlViewTest test.diosmosis