silverstripe-framework/tests
Sam Minnee 1a996a776f MINOR: Added some more tests
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@76254 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:22 +13:00
..
api Disable basicauth in RestfulServiceTest 2011-02-02 14:27:05 +13:00
control MINOR Merged Translatable fixes from trunk 2011-02-02 14:27:19 +13:00
dev MINOR Fixed CSVParserTest with encoding issues 2011-02-02 14:27:05 +13:00
fieldtypes Merged r71795 from trunk 2011-02-02 14:27:12 +13:00
filesystem MINOR Fixed FileTest for changes to getFileType() on the File class 2008-10-16 04:33:35 +00:00
forms MINOR Removed extra data stuff from ComponentSet/ComplexTableField as this is not fully developed yet 2011-02-02 14:27:21 +13:00
i18n MINOR Merged Translatable fixes from trunk 2011-02-02 14:27:19 +13:00
javascript MINOR Moved js unit tests from sapphire/javascript/tests to sapphire/tests/javascript to have a consistent location for all tests on server- and clientside 2008-11-01 11:05:38 +00:00
model MINOR: Added some more tests 2011-02-02 14:27:22 +13:00
search MINOR Merged ObjectStaticTest and TranslatableSearchFormTest from trunk, missed when merging the remaining Translatable improvements in r74986 2011-02-02 14:27:18 +13:00
security MINOR: Fixes to GroupTest to handle canEdit() restrictions on the groups 2011-02-02 14:27:19 +13:00
templates (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 03:19:54 +00:00
testing FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture 2008-11-10 23:18:31 +00:00
ArrayDataTest.php Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below) 2011-02-02 14:27:16 +13:00
ClassInfoTest.php MINOR Documented ClassInfo::subclassesFor() and added unit tests 2011-02-02 14:26:47 +13:00
ControllerTest.php Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below) 2011-02-02 14:27:16 +13:00
DataObjectDecoratorTest.php BUGFIX #3919: Fix DataObject::dbObject() for decorated fields (Merged from r75150) 2011-02-02 14:27:18 +13:00
DataObjectDecoratorTest.yml BUGFIX #3919: Fix DataObject::dbObject() for decorated fields (Merged from r75150) 2011-02-02 14:27:18 +13:00
DataObjectSetTest.php BUGFIX: Updated DataObjectSet::map() to use empty string, rather than 0, as the empty value 2011-02-02 14:27:19 +13:00
DataObjectTest.php #3927 ENHANCEMENT Added support for many-many auto-setting relations with a standard ComplexTableField 2011-02-02 14:27:20 +13:00
DataObjectTest.yml ENHANCEMENT: Added support for dot syntax to DataObject::update() 2008-10-02 00:45:13 +00:00
ErrorPageTest.php MINOR Merged from trunk 2011-02-02 14:27:21 +13:00
ErrorPageTest.yml MINOR Merged from trunk 2011-02-02 14:27:21 +13:00
HTTPRequestTest.php FEATURE Added HTTP method override support to HTTPRequest and Form (through $_POST['_method'] or $_SERVER['X-HTTP-Method-Override']), incl. unit tests 2008-10-06 14:58:01 +00:00
HTTPTest.php MINOR Added test for HTTP::getLinksIn() which subsequently tests HTTP::findByTagAndAttribute() 2011-02-02 14:26:58 +13:00
ManifestBuilderTest.fixture.inc Added TokenisedRegularExpression for accurate parsing of class files for the manifest. To make it efficient, the parse results of each file are now cached. 2008-04-08 06:17:58 +00:00
ManifestBuilderTest.php BUGFIX Added parent::setUp() and parent::tearDown() calls to various tests, in preparation for push/pop a mock controller the controller-stack 2011-02-02 14:26:43 +13:00
ObjectStaticTest.php MINOR Merged ObjectStaticTest and TranslatableSearchFormTest from trunk, missed when merging the remaining Translatable improvements in r74986 2011-02-02 14:27:18 +13:00
ObjectTest.php Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below) 2011-02-02 14:27:16 +13:00
PhpSyntaxTest.php BUGFIX: Get installer working with php_short_tags off (Merged r73481-3 from trunk) 2011-02-02 14:27:11 +13:00
RedirectorPageTest.php BUGFIX Using _t() to check content strings in unit tests and avoid tests failing when i18n is enabled 2008-10-10 02:20:33 +00:00
RedirectorPageTest.yml BUGFIX: Improved RedirectorPage's handling of invalid configuration options to prevent infinite loops and segfaults 2008-10-09 01:46:17 +00:00
RequestHandlingTest.php MINOR: Tests for r64981 2008-10-31 02:16:51 +00:00
SearchContextTest.php BUGFIX Fixed SearchContextTest to comply to new scaffolded searchfield in Text DBFIeld 2008-11-02 21:24:56 +00:00
SearchContextTest.yml (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 06:40:50 +00:00
SiteTreeActionsTest.php ENHANCEMENT: Added Versioned::get_including_deleted(), for querying deleted pages. 2011-02-02 14:27:20 +13:00
SiteTreeActionsTest.yml MINOR Added SiteTreeActionsTest 2011-02-02 14:26:55 +13:00
SiteTreePermissionsTest.php ENHANCEMENT Added SITETREE_GRANT_ACCESS permission code to SiteTree to control editability of the "Access" tab (incl. unit tests) 2011-02-02 14:26:43 +13:00
SiteTreePermissionsTest.yml ENHANCEMENT Added SITETREE_GRANT_ACCESS permission code to SiteTree to control editability of the "Access" tab (incl. unit tests) 2011-02-02 14:26:43 +13:00
SiteTreeTest.php BUGFIX: Fixed extraFilter argument for SiteTree::get_by_url() when translatable is enabled 2011-02-02 14:27:22 +13:00
SiteTreeTest.yml API CHANGE #2698 ajshort: URL handler only passes control to subclasses of RequestHandlingData 2008-10-30 21:51:59 +00:00
SoapModelAccessTest.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 03:39:14 +00:00
SoapModelAccessTest.yml (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 03:03:52 +00:00
SQLFormatterTest.php FEATURE Formatting MySQL error messages with newlines through new SQLFormatter class (used in MySQLDatabase) 2008-09-16 18:12:07 +00:00
SQLQueryTest.php MINOR: Fixed test to get previous change to work 2011-02-02 14:27:12 +13:00
SSViewerTest.php BUGFIX: Fixing tests 2011-02-02 14:26:40 +13:00
TokenisedRegularExpressionTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00