silverstripe-framework/tests/api
Sam Minnee c1d6e82248 API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04]
dquote> API CHANGE: Deprecate ClassInfo::ready() in favour of Security::database_is_ready()
dquote> API CHANGE: Create DataObject::has_own_table() to determine whether a DataObject has a table without looking at it.
dquote> API CHANGE: Exclude /tests/ directories from the manifest entirely except when tests are being run.
dquote> API CHANGE: Added ?usetestmanifest=1 flag to access the test manifest outside of test execution.
dquote> API CHANGE: Simplified Core.php manifest include to just call ManifestBuilder::include_manifest() - manifest takes care of its own cache file

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65385 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-06 04:51:25 +00:00
..
RestfulServerTest.php BUGFIX Fixed RestfulServerTest fixture path 2008-10-16 18:22:37 +00:00
RestfulServerTest.yml MINOR moved RestfulServerTest from cms to sapphire module, same as the actual RestfulServer class 2008-10-16 17:37:31 +00:00
RestfulServiceTest.php API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04] 2008-11-06 04:51:25 +00:00
RSSFeedTest.php ENHANCEMENT Re-enabled RSSFeedTest - seems to work now due to Director::baseURL() fixes (#2861) 2008-10-10 02:19:55 +00:00