silverstripe-framework/tests/control
Damian Mooyman 0b1f297873 Merge remote-tracking branch 'origin/3.1'
Conflicts:
	.travis.yml
	README.md
	admin/code/LeftAndMain.php
	admin/css/screen.css
	admin/scss/screen.scss
	api/RestfulService.php
	conf/ConfigureFromEnv.php
	control/injector/ServiceConfigurationLocator.php
	control/injector/SilverStripeServiceConfigurationLocator.php
	core/ClassInfo.php
	core/Object.php
	css/AssetUploadField.css
	css/ComplexTableField_popup.css
	dev/CSSContentParser.php
	dev/DevelopmentAdmin.php
	docs/en/changelogs/index.md
	docs/en/misc/contributing/code.md
	docs/en/reference/execution-pipeline.md
	filesystem/GD.php
	filesystem/ImagickBackend.php
	filesystem/Upload.php
	forms/Form.php
	forms/FormField.php
	forms/HtmlEditorConfig.php
	forms/gridfield/GridFieldDetailForm.php
	forms/gridfield/GridFieldSortableHeader.php
	lang/en.yml
	model/Aggregate.php
	model/DataList.php
	model/DataObject.php
	model/DataQuery.php
	model/Image.php
	model/MySQLDatabase.php
	model/SQLQuery.php
	model/fieldtypes/HTMLText.php
	model/fieldtypes/Text.php
	scss/AssetUploadField.scss
	search/filters/SearchFilter.php
	security/Authenticator.php
	security/LoginForm.php
	security/Member.php
	security/MemberAuthenticator.php
	security/MemberLoginForm.php
	security/Security.php
	tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php
	tests/control/HTTPTest.php
	tests/control/RequestHandlingTest.php
	tests/filesystem/UploadTest.php
	tests/forms/FormTest.php
	tests/forms/NumericFieldTest.php
	tests/model/DataListTest.php
	tests/model/DataObjectTest.php
	tests/model/TextTest.php
	tests/security/MemberAuthenticatorTest.php
	tests/security/SecurityDefaultAdminTest.php
	tests/view/SSViewerCacheBlockTest.php
	tests/view/SSViewerTest.php
2014-11-18 12:45:54 +13:00
..
files API CHANGE: Do not rely on a specific OS mime type detection, use PHP finfo 2012-05-11 11:34:07 +12:00
CMSProfileControllerTest.php FIX: Use Injector API for managing Member_Validator instance. 2013-10-16 11:29:43 +13:00
CMSProfileControllerTest.yml BUG CMSProfileController::Member_ProfileForm() respecting canEdit() permissions on Member 2012-09-07 11:24:47 +12:00
ControllerTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ControllerTest.yml API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
CookieJarTest.php Suggested improvements / test case fixes 2014-10-10 09:28:11 +13:00
CookieTest.php Suggested improvements / test case fixes 2014-10-10 09:28:11 +13:00
DirectorTest.php Suggested improvements / test case fixes 2014-10-10 09:28:11 +13:00
FlushRequestFilterTest.php Better tests for SSViewer::flush & Flushable 2014-10-13 09:44:14 +01:00
HTTPRequestTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HTTPResponseTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HTTPTest.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
NullHTTPRequestTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PjaxResponseNegotiatorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
RequestHandlingTest.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
SessionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00