Skip to content

Commit 5e411b8

Browse files
committed
modify test file types
1 parent e4746c4 commit 5e411b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Stecman/Component/Symfony/Console/BashCompletion/Common/CompletionHandlerTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ abstract class CompletionHandlerTestCase extends TestCase
1717
*/
1818
protected $application;
1919

20-
public static function setUpBeforeClass()
20+
public static function setUpBeforeClass(): void
2121
{
2222
require_once __DIR__ . '/../Fixtures/CompletionAwareCommand.php';
2323
require_once __DIR__ . '/../Fixtures/HiddenCommand.php';
2424
require_once __DIR__ . '/../Fixtures/TestBasicCommand.php';
2525
require_once __DIR__ . '/../Fixtures/TestSymfonyStyleCommand.php';
2626
}
2727

28-
protected function setUp()
28+
protected function setUp(): void
2929
{
3030
$this->application = new Application('Base application');
3131
$this->application->addCommands(array(

tests/Stecman/Component/Symfony/Console/BashCompletion/HookFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class HookFactoryTest extends TestCase
1212
*/
1313
protected $factory;
1414

15-
protected function setUp()
15+
protected function setUp(): void
1616
{
1717
$this->factory = new HookFactory();
1818
}

0 commit comments

Comments
 (0)