mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16549] Remove exception expectation annotations
PHPBB3-16549
This commit is contained in:
@@ -22,11 +22,9 @@ class phpbb_functional_lang_test extends phpbb_functional_test_case
|
||||
$this->assertEquals('Board index', $this->lang('FORUM_INDEX'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException RuntimeException
|
||||
*/
|
||||
public function test_lang_missing()
|
||||
{
|
||||
$this->expectException('RuntimeException');
|
||||
$this->assertEquals('Your account has now been activated. Thank you for registering.', $this->lang('ACCOUNT_ACTIVE'));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user