You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#49527 [Console] Fix ApplicationTest::testSetSignalsToDispatchEvent() when ran alone (lyrixx)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Console] Fix ApplicationTest::testSetSignalsToDispatchEvent() when ran alone
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | kind of
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
- [Console] Fix ApplicationTest::testSetSignalsToDispatchEvent() when ran alone
- [Console] use a fixture file for test
See commits descritions for more information
---
Note I tested all other tests, and it's okay
<details>
<summary>Command to check</summary>
```
./phpunit src/Symfony/Component/Console/ --filter testSignalListenerNotCalledByDefault$
./phpunit src/Symfony/Component/Console/ --filter testSignalListener$
./phpunit src/Symfony/Component/Console/ --filter testSignalSubscriberNotCalledByDefault$
./phpunit src/Symfony/Component/Console/ --filter testSignalSubscriber$
./phpunit src/Symfony/Component/Console/ --filter testSetSignalsToDispatchEvent$
./phpunit src/Symfony/Component/Console/ --filter testSignalableCommandInterfaceWithoutSignals$
./phpunit src/Symfony/Component/Console/ --filter testSignalableCommandHandlerCalledAfterEventListener$
./phpunit src/Symfony/Component/Console/ --filter testSignalableRestoresStty$
```
</details>
Commits
-------
c93b397 [Console] Fix ApplicationTest::testSetSignalsToDispatchEvent() when ran alone
0 commit comments