Skip to content

Conversation

@sadikoff
Copy link
Contributor

@sadikoff sadikoff commented Dec 5, 2019

Hi!!! It's again me with some crazy test stuff 😄 Hope it will improve debugging!

ping @romaricdrigon and @weaverryan

closes #498

@sadikoff sadikoff changed the title [WIP] Playing with tests structure optimization Tests structure optimization Dec 9, 2019
$event .= sprintf(' (<fg=yellow>%s</>)', self::$eventsMap[$event]);
}

return $events;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you describe what this is doing exactly? I have a hard time just reading the code to figure it out :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It generates more verbose event describing
Screen Shot 2019-12-16 at 16 23 34

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I restored old-style event keys like kernel.request because it's still described in symfony5 before it command asked the user to enter long FQCN for RequestEvent class.

@weaverryan
Copy link
Member

Thank you Vladimir! This organization is much more sane now :)

@weaverryan weaverryan merged commit 6f9d569 into symfony:master Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organizing tests in test suites

2 participants