mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 12:33:29 +01:00
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596
14 lines
282 B
XML
14 lines
282 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<dataset>
|
|
<table name="phpbb_config">
|
|
<column>config_name</column>
|
|
<column>config_value</column>
|
|
<column>is_dynamic</column>
|
|
<row>
|
|
<value>foo_lock</value>
|
|
<value>1 abcd</value>
|
|
<value>1</value>
|
|
</row>
|
|
</table>
|
|
</dataset>
|