Dev#12
Merged
hakrichTech merged 13 commits intomainfrom May 4, 2026
Merged
Conversation
…ode clarity - Updated write, writeError, writeRaw, and writeErrorRaw methods in ConsoleIO to use mixed type for messages. - Enhanced readability by adding new lines and consistent formatting in ConsoleIO, Colors, Fuzzy, Input, Key, RenderContext, Renderer, Shell, ShellResult, Spinner, SpinnerFrames, State, Terminal, Hooks, IOInterface, IPromptComponent, IRenderer, and NullIO. - Introduced a new filtered method in State for case-insensitive substring matching. - Added .editorconfig and .gitattributes for consistent coding standards and line endings. - Created phpunit.xml.dist and rector.php for testing and code quality tools. - Updated tests for consistency and clarity in various test files.
…Spinner, and their components - Introduced BufferIOUserInputsTest to validate user input handling in commands. - Added ShellTest to ensure shell command execution and output capture works correctly. - Created AlertTest to verify alert rendering for success, error, warning, and info messages. - Implemented RendererTest to check rendering logic and output for various states. - Developed SpinnerFramesTest and SpinnerTest to validate spinner frame functionality and behavior.
…update CoversClass attributes - Updated test classes (ColorsTest, FuzzyTest, HooksTest, InputTest, KeyTest, NullIOTest, RenderContextTest, RendererTest, ShellResultTest, SpinnerFramesTest, SpinnerTest, StateTest, TableTest) to use static function syntax for closures in various test methods. - Changed CoversClass attributes to use the class name directly instead of the fully qualified name. - Cleaned up formatting for better consistency across test files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Related Issues
Checklist
composer test)composer phpstan)CHANGELOG.mdentry is written (if user-facing)Testing
Screenshots / Terminal Output