Skip to content

Conversation

@techmahedy
Copy link
Member

@techmahedy techmahedy commented Dec 14, 2025

Avaiable commands

php pool unit:test # basic test ouput
php pool unit:test # details test output

# specific class test output with details
php pool unit:test --details --class=tests/Unit/Product/ProductTest.php

# specific class test output with details and filter by test class specific function
php pool unit:test --details --class=tests/Unit/Product/ProductTest.php --filter=testThatBooleanTrueIsTrue

Output with success test

image

Output with faild test

image

@techmahedy techmahedy requested a review from rrr63 December 14, 2025 06:56
Copy link
Member

@rrr63 rrr63 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @techmahedy

@rrr63 rrr63 merged commit 8c11997 into doppar:3.x Dec 14, 2025
11 checks passed
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.

2 participants