buddypress/tests/phpunit/includes
Boone B Gorges 72b5ea99a5 Use https rather than http when querying for open Trac tickets when running unit tests
Querying the HTTP version was causing a redirect, which in turn was mangling
the query params and forcing Trac to return an empty CSV. As a result, all
tickets were being registered as closed, causing all tests to run.

This fix ensures that tests marked @ticket with the number of a closed ticket
will not be run (unless the force-known-bugs flag is flipped)

Fixes #5876

git-svn-id: https://buddypress.svn.wordpress.org/trunk@9022 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2014-09-16 01:19:02 +00:00
..
define-constants.php Fix incorrect constant name when setting up phpunit constants 2014-05-14 12:32:15 +00:00
factory.php Add Messages unit test factory class 2014-06-13 15:39:31 +00:00
install.php Tests: fix file include paths. 2014-05-04 14:33:21 +00:00
loader.php Tests: fix file include paths. 2014-05-04 14:33:21 +00:00
testcase.php Use https rather than http when querying for open Trac tickets when running unit tests 2014-09-16 01:19:02 +00:00