object = new Mrg_Myisam('mrg_myisam'); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. * * @access protected * @return void */ protected function tearDown() { unset($this->object); } /** * Test for getMysqlHelpPage * * @return void */ public function testGetMysqlHelpPage() { $this->assertEquals( $this->object->getMysqlHelpPage(), 'merge-storage-engine' ); } }