Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3TestCase.php151 public function setTestConfig(GoogleCloudDialogflowCxV3TestConfig $testConfig) argument
153 $this->testConfig = $testConfig;
160 return $this->testConfig;
DGoogleCloudDialogflowCxV3beta1TestCase.php151 public function setTestConfig(GoogleCloudDialogflowCxV3beta1TestConfig $testConfig) argument
153 $this->testConfig = $testConfig;
160 return $this->testConfig;
/plugin/deletepageguard/tests/
H A Dplugin_test_adapter.php92 private $testConfig = [ variable in TestableDeletePageGuard
103 return isset($this->testConfig[$key]) ? $this->testConfig[$key] : null;
110 $this->testConfig[$key] = $value;
/plugin/structacl/_test/
DConfigTest.php20 public function testConfig(): void function in dokuwiki\\plugin\\structacl\\test\\ConfigTest