assertInstanceOf(\rcmail_action::class, $object); } /** * Test for run() */ public function test_run() { $object = new \rcmail_action_utils_text2html(); $input = 'test plain text input'; $object::$source = $this->createTempFile($input); $output = $this->initOutput(\rcmail_action::MODE_HTTP, 'utils', 'text2html'); $this->assertTrue($object->checks()); $this->runAndAssert($object, OutputHtmlMock::E_EXIT); $this->assertSame('