silverstripe-framework/_config/dev.yml

19 lines
490 B
YAML

---
Name: DevelopmentAdmin
---
DevelopmentAdmin:
registered_controllers:
build:
controller: 'DevBuildController'
links:
build: 'Build/rebuild this environment. Call this whenever you have updated your project sources'
tests:
controller: 'TestRunner'
links:
tests: 'See a list of unit tests to run'
'tests/all': 'Run all tests'
tasks:
controller: 'TaskRunner'
links:
tasks: 'See a list of build tasks to run'