'Mail Editor Test', 'description' => "This is a dummy test to keep d.o's testbot happy; real tests are welcome!", 'group' => 'Mail Editor', ); } /** * Implements setUp(). */ function setUp() { parent::setUp(); } /** * Dummy test that always succeeds. */ function testTrue() { $this->assertTrue(TRUE); } }