[PR #1344] Fix tests for SLC console commands failing due to console output decoration #9403

Open
opened 2026-01-22 16:04:12 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/1344

State: closed
Merged: Yes


The tests for the SLC console commands were failing on my box because the console output was being decorated with ANSI color codes, while the test assertions were using undecorated strings.

This PR turns off output decoration when these console commands are executed in the tests.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1344 **State:** closed **Merged:** Yes --- The tests for the SLC console commands were failing on my box because the console output was being decorated with ANSI color codes, while the test assertions were using undecorated strings. This PR turns off output decoration when these console commands are executed in the tests.
admin added the pull-request label 2026-01-22 16:04:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9403