minor #34226 Name test accordingly to the tested class (OskarStark)

This PR was merged into the 4.3 branch.

Discussion
----------

Name test accordingly to the tested class

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | Fix #... <!-- prefix each issue number with "Fix #", if any -->
| License       | MIT

<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/roadmap):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch 4.4.
 - Legacy code removals go to the master branch.
-->

Commits
-------

2ce086ab29 Name test accordingly to the tested class
This commit is contained in:
Fabien Potencier 2019-11-03 11:51:12 +01:00
commit 69c0fc6727

View File

@ -19,7 +19,7 @@ use Symfony\Contracts\EventDispatcher\Event as ContractsEvent;
/**
* @group legacy
*/
class LegacyEventDispatcherTest extends EventDispatcherTest
class LegacyEventDispatcherProxyTest extends EventDispatcherTest
{
/**
* @group legacy