mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
0d788ddfbc
* 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 |
||
---|---|---|
_config | ||
.tx | ||
client | ||
code | ||
lang | ||
templates | ||
tests | ||
_config.php | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.htaccess | ||
.sass-lint.yml | ||
.travis.yml | ||
.upgrade.yml | ||
behat.yml | ||
composer.json | ||
CONTRIBUTING.md | ||
license.md | ||
npm-shrinkwrap.json | ||
package.json | ||
phpunit.xml.dist | ||
README.md | ||
silverstripe_version | ||
web.config | ||
webpack.config.js |
SilverStripe CMS
PHP5 Content Management System (CMS), see http://silverstripe.org. Requires the framework
module and a silverstripe-installer
base project.
Installation
See installation on different platforms, and installation from source.
Bugtracker
Bugs are tracked on github.com. Please read our issue reporting guidelines.
Development and Contribution
If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.