mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Tests > setUp() and tearDown() methods > make compatible with PHPUnit 8.0 (and PHP 7.2+)
This commit is contained in:
@@ -84,7 +84,7 @@ class ComposerTest extends BaseTestCase
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user