mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/15699] Rewrite acp_storage
PHPBB3-15699
This commit is contained in:
@@ -102,7 +102,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\storage_exception);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user