diff --git a/tests/attachment/delete_test.php b/tests/attachment/delete_test.php index e539edd30d..cefe076bbf 100644 --- a/tests/attachment/delete_test.php +++ b/tests/attachment/delete_test.php @@ -115,7 +115,7 @@ class phpbb_attachment_delete_test extends \phpbb_database_test_case { $this->storage->expects($this->any()) ->method('delete') - ->willThrowException(new \phpbb\storage\exception\exception);; + ->willThrowException(new \phpbb\storage\exception\exception); } else {