Skip to content

Commit

Permalink
Merge branch 'release/1.8' of github.com:easydigitaldownloads/Easy-Di…
Browse files Browse the repository at this point in the history
…gital-Downloads into release/1.8
  • Loading branch information
pippinsplugins committed Sep 22, 2013
2 parents 95ed657 + 7d3b38d commit 8b9afe1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
21 changes: 19 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Easy Digital Downloads Test Suite [![Build Status](https://secure.travis-ci.org/easydigitaldownloads/Easy-Digital-Downloads.png?branch=master)](http://travis-ci.org/easydigitaldownloads/Easy-Digital-Downloads)

Version: 1.0
Version: 1.1

Authors: [Chris Christoff](http://www.github.com/chriscct7) and [Sunny Ratilal](http://github.com/sunnyratilal)

Expand Down Expand Up @@ -91,4 +91,21 @@ Above usually suffices to upgrade an existing PEAR installation. The PEAR Manual

-------------------------

##### Note: Due to a bug present in WordPress 3.5 MU, you may see database errors on install.
##### Note: Due to a bug present in WordPress 3.5 MU, you may see database errors on install.

# Changelog:
Version 1.0:
* Initial development

Version 1.1 (Developed alongside EDD v1.8 with #1559 + independent unit test commits):
* Reverts the use of the "strict" PHPUnit option
* Removes the old EDD coverage calculator
* Integrates with the new Coveralls.io powered code-coverage calculator
* Adds coveralls.io icon to readme.md
* Removes the Travis kill switch (added in 76db0691eec21ed066ad4fe81174d4b6177d4c88) its now an option in Travis-CI
* Covers points of #1020 to keep
* Forces unit testing to use phpunit.xml
* Adds coverall.yml config file
* Adds composer.yml file (required to use coveralls.io)
* Solves #1556 (Travis System Upgrades)
* Updates the filterlist for blacklisted code coverage files/dirs
5 changes: 2 additions & 3 deletions tests/unit-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#Easy Digital Downloads Unit Tests [![Build Status](https://secure.travis-ci.org/easydigitaldownloads/Easy-Digital-Downloads.png?branch=master)](http://travis-ci.org/easydigitaldownloads/Easy-Digital-Downloads)
# Easy Digital Downloads Unit Tests [![Build Status](https://secure.travis-ci.org/easydigitaldownloads/Easy-Digital-Downloads.png?branch=master)](http://travis-ci.org/easydigitaldownloads/Easy-Digital-Downloads) [![Coverage Status](https://coveralls.io/repos/easydigitaldownloads/Easy-Digital-Downloads/badge.png)](https://coveralls.io/r/easydigitaldownloads/Easy-Digital-Downloads) #

=================

This folder contains all the tests for Easy Digital Downloads.

For more information on how to write PHPUnit Tests, see [PHPUnit's Website](http://www.phpunit.de/manual/3.6/en/writing-tests-for-phpunit.html).
For more information on how to write PHPUnit Tests, see [PHPUnit's Website](http://www.phpunit.de/manual/3.6/en/writing-tests-for-phpunit.html).

0 comments on commit 8b9afe1

Please sign in to comment.