Skip to content

Commit

Permalink
Fix php 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 20, 2023
1 parent ecc6c61 commit e726284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function testAddressTaken()
$docroot = __DIR__ . '/stub';

/** @var ServeController $serveController */
$serveController = $this->getMockBuilder(ServeControllerMock::class)
$serveController = $this->getMockBuilder('yii\console\controllers\ServeController')
->setConstructorArgs(['serve', Yii::$app])
->setMethods(['isAddressTaken'])
->getMock();
Expand Down

0 comments on commit e726284

Please sign in to comment.