getMock('\phpbb\request\request'), $this->getMock('\phpbb\template\template'), $this->getMock('\phpbb\user') ); $this->assertSame($expected, $cp->get_profile_value($value, array( 'field_type' => $type, 'field_show_novalue' => $show_novalue, ))); } }