exception changes

This commit is contained in:
Yuri Kuznetsov
2022-06-23 14:03:04 +03:00
parent 2d12868849
commit 459de7be6f
25 changed files with 95 additions and 84 deletions
@@ -83,7 +83,7 @@ class PasswordHashTest extends \PHPUnit\Framework\TestCase
public function testGetSaltException()
{
$this->expectException('\Espo\Core\Exceptions\Error');
$this->expectException(\RuntimeException::class);
$this->reflection->invokeMethod('getSalt');
}