File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717
1818abstract class AbstractCommandTest extends KernelTestCase
1919{
20- protected function setUp (): void
21- {
22- if ('Windows ' === \PHP_OS_FAMILY ) {
23- $ this ->markTestSkipped ('`stty` is required to test this command. ' );
24- }
25- }
26-
2720 /**
2821 * This helper method abstracts the boilerplate code needed to test the
2922 * execution of a command.
Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ class AddUserCommandTest extends AbstractCommandTest
2323 'full-name ' => 'Chuck Norris ' ,
2424 ];
2525
26+ protected function setUp (): void
27+ {
28+ if ('Windows ' === \PHP_OS_FAMILY ) {
29+ $ this ->markTestSkipped ('`stty` is required to test this command. ' );
30+ }
31+ }
32+
2633 /**
2734 * @dataProvider isAdminDataProvider
2835 *
You can’t perform that action at this time.
0 commit comments