File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
src/Symfony/Component/Console/Tests Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -509,12 +509,12 @@ public function testDontRunAlternativeNamespaceName()
509
509
$ tester = new ApplicationTester ($ application );
510
510
$ tester ->run (['command ' => 'foos:bar1 ' ], ['decorated ' => false ]);
511
511
$ this ->assertSame ('
512
-
513
- There are no commands defined in the "foos" namespace.
514
-
515
- Did you mean this?
516
- foo
517
-
512
+
513
+ There are no commands defined in the "foos" namespace.
514
+
515
+ Did you mean this?
516
+ foo
517
+
518
518
519
519
' , $ tester ->getDisplay (true ));
520
520
}
@@ -1969,6 +1969,10 @@ public function testSetSignalsToDispatchEvent()
1969
1969
1970
1970
public function testSignalableCommandInterfaceWithoutSignals ()
1971
1971
{
1972
+ if (!\defined ('SIGUSR1 ' )) {
1973
+ $ this ->markTestSkipped ('SIGUSR1 not available ' );
1974
+ }
1975
+
1972
1976
$ command = new SignableCommand (false );
1973
1977
1974
1978
$ dispatcher = new EventDispatcher ();
You can’t perform that action at this time.
0 commit comments