1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/11174] Empty fixture for when we don't need any data.

PHPBB3-11174
This commit is contained in:
Oleg Pudeyev 2012-11-27 08:45:48 -05:00
parent 4d1486b08c
commit 4b5e90a2bd

5
tests/fixtures/empty.xml vendored Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_posts">
</table>
</dataset>