[ticket/13568] Use correct data provider on windows

PHPBB3-13568
This commit is contained in:
Marc Alexander 2015-02-03 16:34:41 +01:00
parent ffe0e46e82
commit a3be531020

View file

@ -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) public function test_imagick_path_windows($imagick_path, $expected)
{ {