1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 12:40:13 +01:00

[ticket/15055] Debug issues

PHPBB3-15055
This commit is contained in:
Marc Alexander 2017-01-28 11:30:34 +01:00
parent d65d776d92
commit 4a2e203a80
2 changed files with 8 additions and 1 deletions

View File

@ -39,4 +39,4 @@ before_test:
test_script:
- cd c:\projects\phpbb
- php -e phpBB\vendor\phpunit\phpunit\phpunit --verbose
- php -e phpBB\vendor\phpunit\phpunit\phpunit --verbose --stop-on-error

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_attachments">
<column>attach_id</column>
<column>post_msg_id</column>
<column>topic_id</column>
<column>in_message</column>
@ -9,6 +10,7 @@
<column>physical_filename</column>
<column>thumbnail</column>
<row>
<value>1</value>
<value>1</value>
<value>1</value>
<value>0</value>
@ -18,6 +20,7 @@
<value>0</value>
</row>
<row>
<value>2</value>
<value>1</value>
<value>1</value>
<value>1</value>
@ -27,6 +30,7 @@
<value>0</value>
</row>
<row>
<value>3</value>
<value>1</value>
<value>1</value>
<value>1</value>
@ -37,13 +41,16 @@
</row>
</table>
<table name="phpbb_extensions">
<column>extension_id</column>
<column>extension</column>
<column>group_id</column>
<row>
<value>1</value>
<value>jpg</value>
<value>1</value>
</row>
<row>
<value>2</value>
<value>png</value>
<value>1</value>
</row>