1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 00:32:29 +02:00

[ticket/10941] File 'txt' now too big so changed tests to reflect that

PHPBB3-10941
This commit is contained in:
Fyorl 2012-07-09 02:50:31 +01:00
parent 1b3589aae8
commit d046b25124

View File

@ -104,7 +104,7 @@ class phpbb_filespec_test extends phpbb_test_case
array('jpg', false),
array('png', true),
array('tif', false),
array('txt', true),
array('txt', false),
);
}