silverstripe-framework/tests
Ingo Schommer 6b90c02940 ENHANCEMENT Refactored RestfulServiceTest to use a mocked RestfulService with Director::test() instead of curl calls. Simplified test cases.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@79927 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-06-24 03:05:33 +00:00
..
api ENHANCEMENT Refactored RestfulServiceTest to use a mocked RestfulService with Director::test() instead of curl calls. Simplified test cases. 2009-06-24 03:05:33 +00:00
control
dev
fieldtypes Merged from branches/2.3 2009-06-17 11:36:49 +00:00
filesystem
forms Merged from branches/2.3 2009-06-17 11:36:49 +00:00
i18n MINOR Renamed deprecated extraDBFields() on i18nTestModuleDecorator to extraStatics() 2009-05-20 05:40:56 +00:00
javascript
model BUGFIX: Added explicit DataObjectDecorator::load_extra_statics() calls as a workaround for issues with extensions defined directly in-object. 2009-06-22 02:42:42 +00:00
search BUGFIX #4255 sharvey: Fix application of extra db fields by DataObjectDecorators. 2009-06-17 07:01:28 +00:00
security
templates
testing
ArrayDataTest.php
ClassInfoTest.php
ControllerTest.php
ConvertTest.php ENHANCEMENT #3677 Added more rules for escaping reserved characters in XML to their proper entities e.g. ' => ' 2009-05-20 03:09:50 +00:00
DataObjectDecoratorTest.php BUGFIX: Allow extraDBFields() on decorators for compatibility, throw a deprecated notice 2009-06-19 00:58:02 +00:00
DataObjectDecoratorTest.yml
DataObjectSetTest.php
DataObjectTest.php MINOR: Fixed test to check for correct format of datetime value. 2009-06-16 03:21:13 +00:00
DataObjectTest.yml
ErrorPageTest.php BUGFIX Fixed empty ErrorPage types in output by setting status code in init() instead of index() and checking for "index" action - introduced in r75096 (see #3960) 2009-05-04 02:20:57 +00:00
ErrorPageTest.yml BUGFIX Fixed empty ErrorPage types in output by setting status code in init() instead of index() and checking for "index" action - introduced in r75096 (see #3960) 2009-05-04 02:20:57 +00:00
HTTPRequestTest.php
HTTPTest.php
ManifestBuilderTest.fixture.inc
ManifestBuilderTest.php
MemoryLimitTest.php Merged from branches/2.3 2009-06-17 11:36:49 +00:00
ObjectStaticTest.php
ObjectTest.php
PhpSyntaxTest.php MINOR Documentation 2009-05-14 06:57:57 +00:00
RedirectorPageTest.php
RedirectorPageTest.yml BUGFIX: Created Versioned's Version field as a proper Dataobject field. 2009-05-07 06:00:50 +00:00
RequestHandlingTest.php
SearchContextTest.php BUGFIX Fixed SQL syntax error in MATCH AGAINST clause in FulltextFilter 2009-05-24 21:27:48 +00:00
SearchContextTest.yml BUGFIX Fixed SQL syntax error in MATCH AGAINST clause in FulltextFilter 2009-05-24 21:27:48 +00:00
SiteTreeActionsTest.php BUGFIX: Created Versioned's Version field as a proper Dataobject field. 2009-05-07 06:00:50 +00:00
SiteTreeActionsTest.yml
SiteTreePermissionsTest.php
SiteTreePermissionsTest.yml
SiteTreeTest.php Merged from branches/2.3 2009-05-25 06:59:21 +00:00
SiteTreeTest.yml MINOR Added SiteTreeTest for all-numerical URL generation 2009-05-14 06:58:23 +00:00
SoapModelAccessTest.php
SoapModelAccessTest.yml
SQLFormatterTest.php
SQLQueryTest.php MINOR: Don't run MySQL-specific tests on any other database 2009-06-16 05:33:03 +00:00
SSViewerTest.php
TokenisedRegularExpressionTest.php