.. |
bootstrap.php
|
Initialise $_SERVER['SERVER_NAME'] during the test bootstrap to avoid individual tests having to do it.
|
2015-10-21 23:51:45 +00:00 |
exceptions.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
factory.php
|
Unit Tests: WP_UnitTest_Generator_Sequence needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static).
|
2015-10-17 19:24:20 +00:00 |
functions.php
|
During PHPUnit tests, don't autodetect permalink structure during WP installation.
|
2015-04-16 23:59:01 +00:00 |
install.php
|
Initialise $_SERVER['SERVER_NAME'] during the test bootstrap to avoid individual tests having to do it.
|
2015-10-21 23:51:45 +00:00 |
mock-fs.php
|
Normalize slashes in WP_Filesystem_MockFS::mkdir() and WP_Filesystem_MockFS::locate_parent_node() to avoid an infinite loop on Windows.
|
2013-11-18 15:32:47 +00:00 |
mock-image-editor.php
|
Add tests which ensure the wp_editor_set_quality and jpeg_quality filters only apply if they are added before the corresponding WP_Image_Editor is instantiated.
|
2014-12-15 21:24:21 +00:00 |
mock-mailer.php
|
Update PHPMailer to 5.2.10 from 5.2.7.
|
2015-07-08 17:15:02 +00:00 |
speed-trap-listener.php
|
Unit Tests: Implement addWarning() method in SpeedTrapListener.
|
2015-12-04 16:40:10 +00:00 |
spy-rest-server.php
|
REST API: Core typically sends nocache headers on all auth'ed responses, as in wp , admin-ajax , etc. Because the REST API infrastructure is hooked in pre-wp, we should be setting this ourselves.
|
2015-12-04 23:35:54 +00:00 |
testcase-ajax.php
|
AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to run? They all eventually call do_action( 'admin_init' ) , which has _maybe_update_core , _maybe_update_plugins , and _maybe_update_themes hooked to it. REMOVE THEM, and AJAX unit tests run like the wind. Tests_Ajax_Response is still slow.
|
2015-10-21 03:17:36 +00:00 |
testcase-canonical.php
|
Unit Tests: WP_UnitTest_Generator_Sequence needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static).
|
2015-10-17 19:24:20 +00:00 |
testcase-rest-api.php
|
REST API: Introduce baby API to the world.
|
2015-10-08 02:30:18 +00:00 |
testcase-xmlrpc.php
|
XMLRPC: Revert the changes to WP_XMLRPC_UnitTestCase in [35366] as they weren't required.
|
2015-10-23 04:49:08 +00:00 |
testcase.php
|
Initialise $_SERVER['SERVER_NAME'] during the test bootstrap to avoid individual tests having to do it.
|
2015-10-21 23:51:45 +00:00 |
trac.php
|
Don't use HTTPS in unit tests if OpenSSL isn't loaded.
|
2014-02-12 20:39:21 +00:00 |
utils.php
|
Prevent non-public taxonomies from registering aquery var.
|
2015-10-21 16:53:51 +00:00 |
wp-profiler.php
|
Remove PHP4 constructors from Unit Tests
|
2015-07-08 16:04:11 +00:00 |