silverstripe-cms/tests/controller
Sean Harvey ed8ee4e9b8 ContentControllerSearchExtensionTest doesn't clean up after itself.
The problem is FulltextSearchable::enable() does two things:
It enables the extension, as well as sets the MySQL create table option
to MyISAM. Later tests run with the extension enabled, because it doesn't
get removed at the end of the test, but the table type is set back to
InnoDB when the test is reset and schema recreated.

This produces side-effects where later tests in a suite tries to run
ALTER TABLE on File and add fulltext indexes when the table type
is set to InnoDB, causing an error.
2013-10-22 15:26:40 +13:00
..
CMSMainTest.php CMSMain assertion fail due to escaping 2013-09-30 22:44:44 +02:00
CMSMainTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
CMSPageHistoryControllerTest.php Page history panel: show appropriate message when viewing latest version 2013-05-07 17:14:28 +12:00
CMSPageHistoryControllerTest.yml ENHANCEMENT: added tests for CMSPageHistoryController::VersionsForm(). BUGFIX: fixed VersionsForm hidden ID storing a reference to itself. ENHANCEMENT: changed url structure from /version/ to /show/ for consistency between CMSPageHistoryController and CMSMain. APICHANGE: moved performRollback() from CMSMain to CMSPageHistoryController 2011-09-19 17:30:47 +02:00
CMSSiteTreeFilterTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSSiteTreeFilterTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
ContentControllerPermissionsTest.php FIX Not checking stage in SiteTree#canView 2013-07-05 12:14:22 +12:00
ContentControllerSearchExtensionTest.php ContentControllerSearchExtensionTest doesn't clean up after itself. 2013-10-22 15:26:40 +13:00
ContentControllerTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
ContentControllerTest.yml MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:42 +02:00
ModelAsControllerTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
ModelAsControllerTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
RootURLControllerTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
RootURLControllerTest.yml MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:42 +02:00
SilverStripeNavigatorTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00