mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 01:07:45 +01:00
Merge branch 'master' into sync-master-2052.
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class BaseMessageControllerTest extends TestCase
|
||||
protected $configFileName = '';
|
||||
protected $language = 'en';
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->mockApplication();
|
||||
$this->sourcePath = Yii::getAlias('@yiiunit/runtime/test_source');
|
||||
@@ -49,7 +49,7 @@ abstract class BaseMessageControllerTest extends TestCase
|
||||
return $this->configFileName;
|
||||
}
|
||||
|
||||
public function tearDown(): void
|
||||
protected function tearDown(): void
|
||||
{
|
||||
FileHelper::removeDirectory($this->sourcePath);
|
||||
if (file_exists($this->configFileName)) {
|
||||
|
||||
Reference in New Issue
Block a user