dokan icon indicating copy to clipboard operation
dokan copied to clipboard

Separate test directory for PHP and add factories

Open mrabbani opened this issue 6 days ago • 1 comments

All Submissions:

  • [ ] My code follow the WordPress' coding standards
  • [ ] My code satisfies feature requirements
  • [ ] My code is tested
  • [ ] My code passes the PHPCS tests
  • [ ] My code has proper inline documentation
  • [ ] I've included related pull request(s) (optional)
  • [ ] I've included developer documentation (optional)
  • [ ] I've added proper labels to this pull request

Changes proposed in this Pull Request:

Related Pull Request(s)

  • Full PR Link

Closes

  • Closes #

How to test the changes in this Pull Request:

  • Steps or issue link

Changelog entry

Title

Detailed Description of the pull request. What was previous behaviour and what will be changed in this PR.

Before Changes

Describe the issue before changes with screenshots(s).

After Changes

Describe the issue after changes with screenshot(s).

Feature Video (optional)

Link of detailed video if this PR is for a feature.

PR Self Review Checklist:

  • Code is not following code style guidelines
  • Bad naming: make sure you would understand your code if you read it a few months from now.
  • KISS: Keep it simple, Sweetie (not stupid!).
  • DRY: Don't Repeat Yourself.
  • Code that is not readable: too many nested 'if's are a bad sign.
  • Performance issues
  • Complicated constructions that need refactoring or comments: code should almost always be self-explanatory.
  • Grammar errors.

FOR PR REVIEWER ONLY:

As a reviewer, your feedback should be focused on the idea, not the person. Seek to understand, be respectful, and focus on constructive dialog.

As a contributor, your responsibility is to learn from suggestions and iterate your pull request should it be needed based on feedback. Seek to collaborate and produce the best possible contribution to the greater whole.

  • [ ] Correct — Does the change do what it’s supposed to? ie: code 100% fulfilling the requirements?
  • [ ] Secure — Would a nefarious party find some way to exploit this change? ie: everything is sanitized/escaped appropriately for any SQL or XSS injection possibilities?
  • [ ] Readable — Will your future self be able to understand this change months down the road?
  • [ ] Elegant — Does the change fit aesthetically within the overall style and architecture?

Summary by CodeRabbit

  • New Features

    • Introduced extensive Dokan Factories for creating test data related to entities like Products, Orders, Coupons, and more.
    • Added new Test-Driven Development (TDD) guidelines and documentation.
  • Improvements

    • Added comprehensive PHPUnit scripts for running tests.
    • Updated phpunit.xml to enhance test configuration paths.
  • Bug Fixes

    • Enhanced test classes and helper methods for better unit test coverage and accuracy.
  • Documentation

    • Detailed documentation on Dokan Factories and TDD practices.

mrabbani avatar Jun 27 '24 04:06 mrabbani