You are here

public function ServletConfig::setTestConfig in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

Overrides IConfig::setTestConfig

File

vendor/edsdk/file-uploader-server-php/src/servlet/ServletConfig.php, line 25

Class

ServletConfig

Namespace

EdSDK\FileUploaderServer\servlet

Code

public function setTestConfig($testConf) {
  $this->m_testConf = (array) $testConf;
}