mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10941] File 'txt' now too big so changed tests to reflect that
PHPBB3-10941
This commit is contained in:
parent
1b3589aae8
commit
d046b25124
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue