Searched refs:constructorArgs (Results 1 – 4 of 4) sorted by relevance
46 private $constructorArgs = []; variable in PHPUnit_Framework_MockObject_MockBuilder109 $this->constructorArgs,134 $this->constructorArgs,157 $this->constructorArgs,215 $this->constructorArgs = $args;
4 public $constructorArgs; variable in Mockable9 $this->constructorArgs = [$arg1, $arg2];
62 $this->assertEquals([null, null], $mock->constructorArgs);80 $this->assertEquals([23, 42], $mock->constructorArgs);89 $this->assertNull($mock->constructorArgs);
216 $constructorArgs = [];220 $constructorArgs[] = self::xmlToVariable($argument);225 $variable = $class->newInstanceArgs($constructorArgs);