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

Issue 123 - Unit tests #136

Merged
merged 24 commits into from
Jul 12, 2017
Merged

Issue 123 - Unit tests #136

merged 24 commits into from
Jul 12, 2017

Commits on Mar 25, 2016

  1. Set correct cache class

    By default simplepie will try to save to disk. In core this works by changing the cache class to a custom one that stores using transients. Fixes PHP Warnings when cache can't be found and also enables feeds to be cached.
    sboisvert committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    76c9580 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Create readme.md

    alexiskulash authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    a00ecd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#115 from alexiskulash/patch-1

    Created a readme.md to summarize contribution needs for the plugin
    emrikol authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    30a003a View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    Swapped out header to be compatible with Markdown
    emrikol authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    76ad91d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Add Travis configuration. Adapted from _s.

    Philip John committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    2917e94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be4077 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#122 from Automattic/phpcs-ci

    Setting up PHPCS checks with Travis
    philipjohn authored Nov 20, 2016
    Configuration menu
    Copy the full SHA
    f3d1280 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Tested tag to 4.7

    Philip John committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    98fdd13 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Tests scaffold and travis rules

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    72950be View commit details
    Browse the repository at this point in the history
  2. Correct plugin filename

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    5145d94 View commit details
    Browse the repository at this point in the history
  3. Add first Sitegroup test

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    4a9ce09 View commit details
    Browse the repository at this point in the history
  4. Test deleting sitegroups

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    b9dcc32 View commit details
    Browse the repository at this point in the history
  5. Test editing sitegroups

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    474d7f6 View commit details
    Browse the repository at this point in the history
  6. File header

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    624d63f View commit details
    Browse the repository at this point in the history
  7. Use create_and_get() as it's more efficient

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    2c763dc View commit details
    Browse the repository at this point in the history
  8. Initial stab at RSS Pull tests. Failing.

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    4e8e193 View commit details
    Browse the repository at this point in the history
  9. Clean up test data, and ensure all meta are in

    Philip John committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    86b4a08 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Merge remote-tracking branch 'origin/test-coverage' into feature/AUTO-3

    # Conflicts:
    #	.travis.yml
    #	bin/install-wp-tests.sh
    #	includes/class-syndication-wp-rss-client.php
    #	tests/bootstrap.php
    MattGeri committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    9217c57 View commit details
    Browse the repository at this point in the history
  2. Issue 123

    * Fixes after merge with `test-coverage` branch
    * Move tests from sitegroup to bootstrap
    * Update the RSS pull client tests
    MattGeri committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    a913fec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Issue 123

    * Adding tests for RSS Pull Client
    * Refactoring broken items (specifically around the logger)
    * Cleaning up syntax issues
    MattGeri committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    281e297 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Issue 123

    * Implement tests for XML Push Client using a custom inteceptor
    * Fix date issue in the push client
    * Set tests to run as multisite
    MattGeri committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    90b18ef View commit details
    Browse the repository at this point in the history
  2. Issue 123

    * Comment for delete test method
    MattGeri committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    a69191b View commit details
    Browse the repository at this point in the history
  3. Issue 123

    * Remove rogue comment
    MattGeri committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    ffb4351 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Configuration menu
    Copy the full SHA
    a665b43 View commit details
    Browse the repository at this point in the history