aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-02-03 16:34:41 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-02-03 16:34:41 +0100
commita3be5310207193d7ca40591530bfd4183f83c9a5 (patch)
treea2b8e0ea917d8860433177bbc68ae68729432529
parentffe0e46e82f712fb11dacf5be7d482c84ab35263 (diff)
downloadforums-a3be5310207193d7ca40591530bfd4183f83c9a5.tar
forums-a3be5310207193d7ca40591530bfd4183f83c9a5.tar.gz
forums-a3be5310207193d7ca40591530bfd4183f83c9a5.tar.bz2
forums-a3be5310207193d7ca40591530bfd4183f83c9a5.tar.xz
forums-a3be5310207193d7ca40591530bfd4183f83c9a5.zip
[ticket/13568] Use correct data provider on windows
PHPBB3-13568
-rw-r--r--tests/functional/acp_attachments_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/acp_attachments_test.php b/tests/functional/acp_attachments_test.php
index c1290bf1ba..8e810a508a 100644
--- a/tests/functional/acp_attachments_test.php
+++ b/tests/functional/acp_attachments_test.php
@@ -56,7 +56,7 @@ class phpbb_functional_acp_attachments_test extends phpbb_functional_test_case
}
/**
- * @dataProvider data_imagick_path_linux
+ * @dataProvider data_imagick_path_windows
*/
public function test_imagick_path_windows($imagick_path, $expected)
{