1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00

[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)
{