Skip to content

Fix: dd#1692

Open
MrPunyapal wants to merge 4 commits into
pestphp:4.xfrom
MrPunyapal:fix/dd
Open

Fix: dd#1692
MrPunyapal wants to merge 4 commits into
pestphp:4.xfrom
MrPunyapal:fix/dd

Conversation

@MrPunyapal
Copy link
Copy Markdown
Contributor

@MrPunyapal MrPunyapal commented May 4, 2026

What:

  • Bug Fix
  • New Feature

Description:

fixes: #1654, and add argument support when dd or dump functions do not exist.

code exmaple

it('displays something', function () {
    expect('Hello')->toBeString();
    expect(42)->dd('test');
});

Without Parallel

Before

image ## After image

With Parallel

Before

image ## After image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: dd() method displays nothing

1 participant