silverstripe-framework/src
Ingo Schommer 0a55ff9f8c API Remove SapphireTestReporter and CliTestReporter
Was missed from the removal of PHPUnitWrapper:
a16588aac3

Original reason for this: Don't fail dev/build without phpunit
When you install a SilverStripe project with "composer install --no-dev",
the PHPUnit dependency gets skipped. Which means the PHPUnit_Framework_TestListener
interface doesn't exist. The SilverStripe Classloader might still include
SapphireTestReporter which relies on this interface, which then breaks execution.

SS3 fixed this by NOT defining the class in the first place.
This has been removed in 2fdc96a0de (diff-82b3f89e8e5ae090c93e9c3a2ba8aa36L3),
as part of a PHPUnit version upgrade - but without an apparent fix to replace this.
2017-04-21 15:11:59 +12:00
..
conf API Apply default logger to all caches 2017-03-15 15:31:24 +13:00
Control API Replace SS_HOST with SS_BASE_URL 2017-04-20 22:28:57 +12:00
Core API Replace SS_HOST with SS_BASE_URL 2017-04-20 22:28:57 +12:00
Dev API Remove SapphireTestReporter and CliTestReporter 2017-04-21 15:11:59 +12:00
Forms API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
i18n API HTML5 date/time fields, remove member prefs (fixes #6626) 2017-03-31 15:21:47 +13:00
Logging API Remove Log class 2017-03-21 09:43:49 +13:00
ORM API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
Security Pass the AuthenticationMethod to the controller 2017-04-18 16:58:15 +12:00
View API Enable namespaced-localisation keys in templates 2017-04-11 18:07:53 +12:00