Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MockBuilder.php

function MockBuilder::setConstructorArgs

Specifies the arguments for the constructor.

Return value

$this

File

vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php, line 274

Class

MockBuilder
@psalm-template MockedType

Namespace

PHPUnit\Framework\MockObject

Code

public function setConstructorArgs(array $arguments) : self {
    $this->constructorArgs = $arguments;
    return $this;
}
RSS feed
Powered by Drupal