Wordpress/tests/phpunit/includes
Sergey Biryukov 262929004d Avoid undefined index notices in WP_UnitTestCase::_restore_hooks().
props kevinlangleyjr.
fixes #29123.

git-svn-id: https://develop.svn.wordpress.org/trunk@29503 602fd350-edb4-49c9-b593-d223f7449a82
2014-08-15 15:40:48 +00:00
..
bootstrap.php Avoid polluted `$table_prefix` and `$_wp_switched_stack` in multisite unit tests. 2014-07-01 18:51:46 +00:00
exceptions.php
factory.php
functions.php Allow `wp_die()` to die in plain text when running the test suite. 2014-06-21 19:59:28 +00:00
install.php Bring back `define( 'WP_INSTALLING', true );` in `phpunit/includes/install.php`, which was removed in [28965]. tl;dr = wp-cli. Unit tests still pass in multisite because of the skips I added. 2014-07-04 01:38:43 +00:00
mock-fs.php
mock-image-editor.php
mock-mailer.php Update PHPMailer to 5.2.7 from 5.2.4. 2014-03-03 20:24:31 +00:00
testcase-ajax.php
testcase-xmlrpc.php
testcase.php Avoid undefined index notices in WP_UnitTestCase::_restore_hooks(). 2014-08-15 15:40:48 +00:00
trac.php
utils.php Wouldn't it be incredible if you could run Unit Tests without all of your uploads being indiscriminately blown away and your upload folder permissions being destroyed? 2014-07-12 07:08:15 +00:00
wp-profiler.php