diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-26 13:06:04 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-26 13:06:04 +0100 |
| commit | e20b0a423474eb6f4dce362283ae2ebb3d3e0f8d (patch) | |
| tree | 69b0bbb6edf52a8a4e2cd1dfcbabfcbb6e1d864a /tests/notification/submit_post_base.php | |
| parent | 7e2f80ec0ab69c512383602c42b84db1c767180e (diff) | |
| download | forums-e20b0a423474eb6f4dce362283ae2ebb3d3e0f8d.tar forums-e20b0a423474eb6f4dce362283ae2ebb3d3e0f8d.tar.gz forums-e20b0a423474eb6f4dce362283ae2ebb3d3e0f8d.tar.bz2 forums-e20b0a423474eb6f4dce362283ae2ebb3d3e0f8d.tar.xz forums-e20b0a423474eb6f4dce362283ae2ebb3d3e0f8d.zip | |
[ticket/11405] Use different fixtures so it's not a total mess
PHPBB3-11405
Diffstat (limited to 'tests/notification/submit_post_base.php')
| -rw-r--r-- | tests/notification/submit_post_base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/submit_post_base.php b/tests/notification/submit_post_base.php index f458a4896a..d306e3f381 100644 --- a/tests/notification/submit_post_base.php +++ b/tests/notification/submit_post_base.php @@ -39,7 +39,7 @@ class phpbb_notification_submit_post_base extends phpbb_database_test_case public function getDataSet() { - return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/submit_post_notification.xml'); + return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/submit_post_' . $this->item_type . '.xml'); } public function setUp() |
