silverstripe-framework/tests
Sean Harvey 6fc9db6f0e API DataObject::validate() visibility changed to public (issue #1659)
DataObject::validate() is currently set to protected, but this means
you can't call validate() from outside the context of itself unless
you overload the method to use a public visibility and then call
parent::validate()

As it would turn out, most classes that overload this method already
set the visibility to public, so it would make sense the parent matches
that as well.
2013-12-19 16:36:39 +13:00
..
api FIX Improve recent RestfulService fix for proxies 2013-09-20 16:26:39 +12:00
assets
behat Better "editable page" Behat assertion 2013-12-02 19:07:14 +01:00
cache Increased CacheTest time delay, avoid flickering tests 2013-10-02 12:13:22 +02:00
control Merge remote-tracking branch 'origin/3.1' 2013-10-23 14:53:29 +02:00
core Merge remote-tracking branch 'origin/3.1' 2013-10-07 16:19:40 +02:00
dev
email Unit tests for Email 2013-10-09 11:51:29 +01:00
filesystem
forms Fixed merge errors 2013-12-06 15:37:51 +01:00
i18n i18nSSLegacyAdapterTest setting wrong arguments for manifest. 2013-10-24 17:22:16 +13:00
injector
integration
javascript
model API DataObject::validate() visibility changed to public (issue #1659) 2013-12-19 16:36:39 +13:00
oembed FIX oembed to avoid mixed media issues 2013-10-17 17:06:40 +13:00
parsers API: Pass extra context information to shortcode handlers. 2013-10-09 15:05:17 +11:00
phpcs
search FulltextSearchableTest doesn't clean up after itself. 2013-10-22 17:52:51 +13:00
security Merge branch '3.1' 2013-11-11 18:18:25 +11:00
tasks
templates
testing
view Allow users to extend the SSTemplateParser by defining open & closed blocks 2013-11-04 14:24:58 +13:00
Bare.yml
bootstrap.php
FakeController.php
MemoryLimitTest.php
phpcs_runner.php Only have Scrutinizer check PHP files 2013-08-21 21:02:12 +12:00
PhpSyntaxTest.php