File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class FileListTest extends \Phpbb\TranslationValidator\Tests\TestBase
1515 /** @var \Phpbb\TranslationValidator\Validator\FileListValidator */
1616 protected $ validator ;
1717
18- public function setUp ()
18+ public function setUp (): void
1919 {
2020 parent ::setUp ();
2121
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class TestBase extends \Phpbb\TranslationValidator\Tests\TestBase
1313 /** @var \Phpbb\TranslationValidator\Validator\FileValidator */
1414 protected $ validator ;
1515
16- public function setUp ()
16+ public function setUp (): void
1717 {
1818 parent ::setUp ();
1919
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class TestBase extends \Phpbb\TranslationValidator\Tests\TestBase
1313 /** @var \Phpbb\TranslationValidator\Validator\LangKeyValidator */
1414 protected $ validator ;
1515
16- public function setUp ()
16+ public function setUp (): void
1717 {
1818 parent ::setUp ();
1919
Original file line number Diff line number Diff line change 88 */
99namespace Phpbb \TranslationValidator \Tests ;
1010
11- class TestBase extends \PHPUnit_Framework_TestCase
11+ class TestBase extends \PHPUnit \ Framework \TestCase
1212{
1313 /** @var \Phpbb\TranslationValidator\Output\Output */
1414 protected $ output ;
1515
16- public function setUp ()
16+ public function setUp (): void
1717 {
1818 parent ::setUp ();
1919
You can’t perform that action at this time.
0 commit comments