mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-28 04:25:53 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -18,13 +18,13 @@ class EventTest extends TestCase
|
||||
{
|
||||
public $counter;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->counter = 0;
|
||||
Event::offAll();
|
||||
}
|
||||
|
||||
protected function tearDown()
|
||||
protected function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
Event::offAll();
|
||||
|
||||
Reference in New Issue
Block a user