silverstripe-cms/tests/controller
Ingo Schommer 0d788ddfbc NEW: Code Coverage via CodeCov.io (#1631)
* Add phpunit.xml.dist for code coverage whitelist
* Fixed @covers with namespaces
* Increase memory_limit to allow code coverage run. phpdbg can peak to more than 1GB built-in.

Travis allows up to 3GB of useable memory:
https://docs.travis-ci.com/user/common-build-problems/#My-build-script-is-killed-without-any-error
https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments

https://github.com/silverstripe/silverstripe-cms/pull/1631
2016-11-21 15:17:25 +13:00
..
themes/controllertest/templates FIX wrongly named themes after themestack API change (#1548) 2016-07-15 17:13:53 +12:00
CMSBatchActionsTest.php API Consolidate "Delete from draft" and "Archive" actions into a consistent behaviour (#1653) 2016-10-25 13:22:31 +13:00
CMSBatchActionsTest.yml Resolve issues with namespacing 2016-08-10 16:09:23 +12:00
CMSMainTest.php API Rename _versions table to _Versions (#1655) 2016-10-25 14:03:45 +13:00
CMSMainTest.yml Upgrade code for framework namespaces 2016-09-07 16:29:26 +12:00
CMSPageHistoryControllerTest.php Upgrade code for framework namespaces 2016-09-07 16:29:26 +12:00
CMSPageHistoryControllerTest.yml API Apply SilverStripe\Security namespace 2016-07-05 15:08:05 +12:00
CMSSiteTreeFilterTest.php Upgrade code for framework namespaces 2016-09-07 16:29:26 +12:00
CMSSiteTreeFilterTest.yml API Apply SilverStripe\Security namespace 2016-07-05 15:08:05 +12:00
ContentControllerPermissionsTest.php Rename SS_ prefixed class names 2016-09-09 11:26:24 +12:00
ContentControllerSearchExtensionTest.php Upgrade code for framework namespaces 2016-09-07 16:29:26 +12:00
ContentControllerTest.php NEW: Code Coverage via CodeCov.io (#1631) 2016-11-21 15:17:25 +13:00
ContentControllerTest.yml API Apply SilverStripe\Security namespace 2016-07-05 15:08:05 +12:00
ModelAsControllerTest.php Merge pull request #1602 from open-sausages/pulls/4.0/namespace-everything 2016-09-08 17:44:45 +12:00
RootURLControllerTest.php Upgrade code for framework namespaces 2016-09-07 16:29:26 +12:00
RootURLControllerTest.yml API Apply SilverStripe\Security namespace 2016-07-05 15:08:05 +12:00
SilverStripeNavigatorTest.php FIX: Test fixes needed for the new simplified test run structure. 2016-10-28 17:48:51 +13:00