Skip to content

Compare custom properties of expected exceptions #265

Description

@vudaltsov
final class Error extends \Exception
{
    public function __construct(
        string $message = '',
        public readonly string $details = '',
    ) {
        parent::__construct($message);
    }
}

Expect::exception(new Error(
    message: 'Invalid message fails the test',
    details: 'Invalid details do not fail the test :(',
));

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions