getProperty('commands'); $commands->setAccessible(true); $output->show_message('unknown'); $this->assertSame([['display_message', 'unknown', 'notice', 0]], $commands->getValue($output)); } }