Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WP PHPUnit #366

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 10, 2018

  1. add phpunit + wp-phpunit

    phpunit 5 for compatibility with php 5.6
    aaemnnosttv committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    66c1be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0601a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    907c45f View commit details
    Browse the repository at this point in the history
  4. update lock

    aaemnnosttv committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    8f187a4 View commit details
    Browse the repository at this point in the history
  5. add phpunit.xml.dist

    aaemnnosttv committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    77a7fb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e3eff7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    638a721 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26fca37 View commit details
    Browse the repository at this point in the history
  9. ignore phpunit.xml

    this file is for local customizations, phpunit.xml.dist is shipped
    aaemnnosttv committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    a1d8f35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebddae3 View commit details
    Browse the repository at this point in the history
  11. move DISABLE_WP_CRON config to environment configs

    this constant cannot be defined in the testing environment as a matter of timing.
    aaemnnosttv committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    a935ed2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e7e163d View commit details
    Browse the repository at this point in the history
  13. configure target platform php version

    using php 5.6 for compatibility with all versions tested on travis CI
    aaemnnosttv committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    b139318 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d76595 View commit details
    Browse the repository at this point in the history