mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/10992] Changed octetstream to octet-stream
PHPBB3-10992
This commit is contained in:
parent
e9a1189bfc
commit
fa4eaeb306
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class phpbb_functional_fileupload_form_test extends phpbb_functional_test_case
|
|||
|
||||
public function test_invalid_extension()
|
||||
{
|
||||
$crawler = $this->upload_file('illegal-extension.bif', 'application/octetstream');
|
||||
$crawler = $this->upload_file('illegal-extension.bif', 'application/octet-stream');
|
||||
$this->assertEquals($this->lang('DISALLOWED_EXTENSION', 'bif'), $crawler->filter('p.error')->text());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue