Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xwp/wp-dev-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 159119b
Choose a base ref
...
head repository: xwp/wp-dev-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f3058b
Choose a head ref
  • 19 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 12, 2016

  1. Nested PHPUnit Support for Vagrant

    A first attempt at getting PHPUnit to run inside Vagrant on projects which have nested phpunit directories
    
    * Need to potentially make the phpunit.xml.dist file dynamic
    * Should we do the same execution on vassh? Maybe a refactor to make the Vagrant section cleaner and combine both vagrant ssh and vassh
    * Is there a better implementation than find?
    MattGeri committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    437bcbe View commit details
    Browse the repository at this point in the history
  2. Refactor of nested PHPUnit tests

    * Added a new function to check if a certain check should execute
    * Added DEV_LIB_ONLY which now allows you to run only specific tests
    * Updated the code that runs nested tests to remove mindepth as the phpunit config file is in the root
    MattGeri committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4a13a40 View commit details
    Browse the repository at this point in the history
  3. Update Documentation

    * Updated the documentation for the new DEV_LIB_ONLY environment variable
    MattGeri committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    551a235 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Configuration menu
    Copy the full SHA
    46e52af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f3c90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08a8d80 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Merge pull request #1 from xwp/MattGeri-bugfix/nested-phpunit-support

    Inception nested-phpunit-support
    MattGeri committed May 2, 2016
    Configuration menu
    Copy the full SHA
    6549661 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. QUnit Check

    * Check if QUnit should be executed before running
    MattGeri committed May 9, 2016
    Configuration menu
    Copy the full SHA
    658a618 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Stop Duplicate Tests

    * If a config is set, use it
    * Otherwise, loop through the directories looking for a config file to use
    MattGeri committed May 17, 2016
    Configuration menu
    Copy the full SHA
    4470f12 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bugfix/nested-phpunit-support

    # Conflicts:
    #	check-diff.sh
    MattGeri committed May 17, 2016
    Configuration menu
    Copy the full SHA
    47bdabc View commit details
    Browse the repository at this point in the history
  3. Grunt skip

    * Configuring the grunt tasks to be able to be skipped using the check_should_execute method
    MattGeri committed May 17, 2016
    Configuration menu
    Copy the full SHA
    da9a062 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. Configuration menu
    Copy the full SHA
    67ff1b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #185 from xwp/feature/exclude-bower-components-pat…

    …tern
    
    Include bower_components among PATH_EXCLUDES_PATTERN
    westonruter committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    1c2969b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e03fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97f9964 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #186 from xwp/feature/grunt-fixes

    Exclude running grunt qunit from PATH_EXCLUDES_PATTERN
    westonruter committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    fb25703 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Configuration menu
    Copy the full SHA
    3eaa0c5 View commit details
    Browse the repository at this point in the history
  2. Use tabs for indentation

    westonruter committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    f87c59c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #187 from xwp/bugfix/nested-phpunit-support2

    Nested PHPUnit Support for Vagrant
    westonruter committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    0f3058b View commit details
    Browse the repository at this point in the history
Loading