Wordpress/tests/phpunit/includes
John Blackbourn 9fbff7f63a Add `is_embed()` to `WP_UnitTestCase::assertQueryTrue()` and update the relevant embed tests.
See #32522


git-svn-id: https://develop.svn.wordpress.org/trunk@35257 602fd350-edb4-49c9-b593-d223f7449a82
2015-10-18 04:50:15 +00:00
..
bootstrap.php REST API: Introduce baby API to the world. 2015-10-08 02:30:18 +00:00
exceptions.php
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
install.php
mock-fs.php
mock-image-editor.php
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: PHP 5.2, I Hate You and You Are Bringing Me Down. 2015-10-16 21:14:52 +00:00
spy-rest-server.php REST API: Introduce baby API to the world. 2015-10-08 02:30:18 +00:00
testcase-ajax.php Unit Tests: after [35225], make `factory` a method/getter on `WP_UnitTestCase` and add magic methods for BC for every plugin that is extending `WP_UnitTestCase` and accessing the `$factory` instance prop. 2015-10-17 18:02:16 +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 Unit Tests: after [35225], make `factory` a method/getter on `WP_UnitTestCase` and add magic methods for BC for every plugin that is extending `WP_UnitTestCase` and accessing the `$factory` instance prop. 2015-10-17 18:02:16 +00:00
testcase.php Add `is_embed()` to `WP_UnitTestCase::assertQueryTrue()` and update the relevant embed tests. 2015-10-18 04:50:15 +00:00
trac.php
utils.php Tests: Introduce `WP_UnitTestCase::reset_permalinks()`, an attempt to DRY up logic for resetting and restoring default permalinks on `setUp()` and `tearDown()`. 2015-10-03 17:14:12 +00:00
wp-profiler.php