Add script 'get-openssl-version.sh'.
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace dokuwiki\plugin\config\test\Setting;
|
||||
|
||||
/**
|
||||
* @group plugin_config
|
||||
* @group admin_plugins
|
||||
* @group plugins
|
||||
* @group bundled_plugins
|
||||
*/
|
||||
class SettingNumericoptTest extends SettingNumericTest {
|
||||
|
||||
/** @inheritdoc */
|
||||
public function dataOut() {
|
||||
return array_merge(
|
||||
parent::dataOut(),
|
||||
[
|
||||
['', "\$conf['test'] = '';\n"],
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user