### Laravel Prompts Version 0.3.4 ### Laravel Version 11.41.3 ### PHP Version 8.2.27 ### Operating System & Version macOS 15.2 ### Terminal Application Mocked ### Description When using the `info` helper, I'm unable to test the output using `expectsOutput` on the artisan `PendingCommand` instance. ### Steps To Reproduce **Test**: ```php $this->artisan(ChangeTwilioDataCommand::class) // ... ->expectsOutput('Okay, cancelled.'); ``` ```php // fails info('Okay, cancelled.'); // passes $this->info('Okay, cancelled.'); ``` **Demo**: https://github.com/user-attachments/assets/9bce81f4-db38-41b0-968b-8091d7efffae