1)); $this->to = new WDTSTranscriptOptions(1); } function testUpdateOption() { update_post_meta(1, "transcript_options", array('test' => false)); $this->to->_update_option('test', true); $this->assertEquals( array('test' => true), get_post_meta(1, 'transcript_options', true) ); } } ?>