Wordpress/tests/phpunit/includes
Boone Gorges 2fb8562a97 Introduce setExpectedDeprecated() and setExpectedIncorrectUsage() methods to `WP_UnitTestCase.
These methods provide a procedural alternative to the `@expectedDeprecated`
and `@expectedIncorrectUsage` test annotations, and parallel PHPUnit's native
`setExpectedException()`.

Props prasoon2211, jdgrimes.
Fixes #28486.

git-svn-id: https://develop.svn.wordpress.org/trunk@31306 602fd350-edb4-49c9-b593-d223f7449a82
2015-01-30 16:47:44 +00:00
..
bootstrap.php Exclude external-http tests when running phpunit. 2014-11-10 14:48:28 +00:00
exceptions.php
factory.php
functions.php
install.php
mock-fs.php
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
testcase-ajax.php
testcase-canonical.php
testcase-xmlrpc.php
testcase.php Introduce setExpectedDeprecated() and setExpectedIncorrectUsage() methods to `WP_UnitTestCase. 2015-01-30 16:47:44 +00:00
trac.php
utils.php Remove non-built-in post statuses during each unit test teardown. 2015-01-04 20:05:53 +00:00
wp-profiler.php