API CHANGE Removed ThumbnailStripField class, as it was only used for the CMS image insertion logic (which was rewritten with a more powerful file selection based on GridField)

This commit is contained in:
Ingo Schommer 2012-02-10 17:58:04 +01:00
parent c96e2ba7ca
commit f4e3e79c0d

View File

@ -4,10 +4,6 @@ class SiteTreeHtmlEditorFieldTest extends FunctionalTest {
public static $use_draft_site = true; public static $use_draft_site = true;
protected $requiredExtensions = array(
'HtmlEditorField_Toolbar' => array('HtmlEditorFieldTest_DummyImageFormFieldExtension')
);
public function testLinkTracking() { public function testLinkTracking() {
$sitetree = $this->objFromFixture('SiteTree', 'home'); $sitetree = $this->objFromFixture('SiteTree', 'home');
$editor = new HtmlEditorField('Content'); $editor = new HtmlEditorField('Content');