mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/16549] Remove exception expectation annotations
PHPBB3-16549
This commit is contained in:
@@ -46,11 +46,9 @@ class schema_generator_test extends phpbb_test_case
|
||||
return $this->generator;
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \UnexpectedValueException
|
||||
*/
|
||||
public function test_check_dependencies_fail()
|
||||
{
|
||||
$this->expectException(\UnexpectedValueException::class);
|
||||
$this->get_schema_generator(array('\phpbb\db\migration\data\v310\forgot_password'));
|
||||
|
||||
$this->generator->get_schema();
|
||||
|
Reference in New Issue
Block a user