aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/fixtures
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2016-10-24 22:24:26 +0200
committerTristan Darricau <github@nicofuma.fr>2016-10-24 22:24:26 +0200
commitb13910ee45fc5c2985d00b2a8166489b2fc58bec (patch)
tree6fe77e3bbdd90b7178af5aba2471f8a0341d0e0a /tests/dbal/fixtures
parent52b1a9d4fa877bc6633ec53c905bd4dfaddbbf8d (diff)
parent163292bc1188efdd623a1270a1aedf7e9b281801 (diff)
downloadforums-b13910ee45fc5c2985d00b2a8166489b2fc58bec.tar
forums-b13910ee45fc5c2985d00b2a8166489b2fc58bec.tar.gz
forums-b13910ee45fc5c2985d00b2a8166489b2fc58bec.tar.bz2
forums-b13910ee45fc5c2985d00b2a8166489b2fc58bec.tar.xz
forums-b13910ee45fc5c2985d00b2a8166489b2fc58bec.zip
Merge branch '3.1.x' into 3.2.x
* 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool
Diffstat (limited to 'tests/dbal/fixtures')
-rw-r--r--tests/dbal/fixtures/migrator_module.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/dbal/fixtures/migrator_module.xml b/tests/dbal/fixtures/migrator_module.xml
index e172d7a145..e85c43ee25 100644
--- a/tests/dbal/fixtures/migrator_module.xml
+++ b/tests/dbal/fixtures/migrator_module.xml
@@ -90,5 +90,44 @@
<value></value>
<value></value>
</row>
+ <row>
+ <value>7</value>
+ <value>1</value>
+ <value>1</value>
+ <value></value>
+ <value>ucp</value>
+ <value>0</value>
+ <value>13</value>
+ <value>18</value>
+ <value>UCP_MAIN_CAT</value>
+ <value></value>
+ <value></value>
+ </row>
+ <row>
+ <value>8</value>
+ <value>1</value>
+ <value>1</value>
+ <value>ucp_subcat</value>
+ <value>ucp</value>
+ <value>7</value>
+ <value>14</value>
+ <value>17</value>
+ <value>UCP_SUBCATEGORY</value>
+ <value>ucp_test</value>
+ <value></value>
+ </row>
+ <row>
+ <value>9</value>
+ <value>1</value>
+ <value>1</value>
+ <value>ucp_module</value>
+ <value>ucp</value>
+ <value>8</value>
+ <value>15</value>
+ <value>16</value>
+ <value>UCP_MODULE</value>
+ <value>ucp_module_test</value>
+ <value></value>
+ </row>
</table>
</dataset>