Searched refs:dependencyInput (Results 1 – 2 of 2) sorted by relevance
175 private $dependencyInput = []; variable in PHPUnit_Framework_TestCase824 $dependencyInput = var_export(serialize($this->dependencyInput), true);831 $dependencyInput = "'." . $dependencyInput . ".'";847 'dependencyInput' => $dependencyInput,1057 $testArguments = array_merge($this->data, $this->dependencyInput);1212 * @param array $dependencyInput1214 public function setDependencyInput(array $dependencyInput) argument1216 $this->dependencyInput = $dependencyInput;2094 $this->dependencyInput[$dependency] = $passed[$dependency]['result'];2097 $this->dependencyInput[$dependency] = null;[all …]
51 $test->setDependencyInput(unserialize('{dependencyInput}'));