silverstripe-framework/tests/forms/gridfield
Sean Harvey b1e17578c7 API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf()
instead of assertType(), assertEmpty() is available in PHPUnit 3.5+.
PHPUnit 3.4 is no longer supported, so please upgrade your version to
work.

MINOR Removed FullTestSuite which was a workaround for PHPUnit but not
used.
2012-05-09 23:05:39 +12:00
..
GridField_URLHandlerTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
GridFieldActionTest.yml MINOR Added per-record canView, canDelete, canCreate and canEdit checks on gridfield and gridfield components #6890 2012-03-09 10:58:01 +13:00
GridFieldAddExistingAutocompleterTest.php BUGFIX: Fixes #7071. Change gridfield tests to not assume ids are always 2012-04-16 15:47:35 +12:00
GridFieldConfigTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
GridFieldDataColumnsTest.php BUGFIX: Removed assumption in GridFieldDataColumnsTest that Member would always have the same summary fields. 2012-04-20 11:38:06 +12:00
GridFieldDeleteActionTest.php BUGFIX: Fixes #7071. Change gridfield tests to not assume ids are always 2012-04-16 15:47:35 +12:00
GridFieldDetailFormTest.php ENHANCEMENT GridFieldDetailForm->setItemEditFormCallback() 2012-04-30 13:46:51 +02:00
GridFieldDetailFormTest.yml Merge branch 'master' of github.com:silverstripe/sapphire 2012-03-09 14:37:32 +13:00
GridFieldEditButtonTest.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
GridFieldExportButtonTest.php MINOR Fixing broken test in pgsql 2012-05-03 11:22:54 +12:00
GridFieldExportButtonTest.yml ENHANCEMENT GridFieldExportButton allows an anon function to return the 2012-04-23 20:26:41 +12:00
GridFieldTest.yml MINOR GridFieldRelationAddTest (SSF-53) 2012-03-01 17:57:14 +01:00