4 * @group ContentHandler
6 class TextContentHandlerTest
extends MediaWikiLangTestCase
{
7 public function testSupportsDirectEditing() {
8 $handler = new TextContentHandler();
9 $this->assertTrue( $handler->supportsDirectEditing(), 'direct editing is supported' );