summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/includes/testcase-ajax.php
Commit message (Expand)AuthorAge
* Docs: Fix various typos and spelling mistakes.Pascal Birchler2024-04-12
* Build/Test Tools: Implement use of the `void` solution.Sergey Biryukov2021-08-07
* Build/Test Tools: Fix and standardise calls to the `tearDown()` method in the...John Blackbourn2021-02-27
* Build/Test Tools: Fix and standardise calls to the `setUp()` and `setUpBefore...John Blackbourn2021-02-27
* Build/Test Tools: Remove unused posts from AJAX test `setUp()`.Peter Wilson2020-11-25
* Docs: Update the code example in `WP_Ajax_UnitTestCase::dieHandler()` DocBloc...Sergey Biryukov2020-09-18
* Docs: Improve inline comments per the documentation standards.Sergey Biryukov2020-01-29
* Docs: Improve documentation for `tests/phpunit/includes/testcase-ajax.php`.Sergey Biryukov2020-01-05
* Privacy: Add unit tests for exporting and erasing personal data.Jonathan Desrosiers2019-03-15
* Code is Poetry.Gary Pendergast2017-11-30
* Build/Test tools: Move `wp_doing_ajax` defintion from class setup to test setup.Peter Wilson2017-10-23
* Build/Test tools: Remove usage of `DOING_AJAX` from the test suite, so all te...John Blackbourn2017-08-22
* Docs: Correct some inline docs for the Ajax test case.John Blackbourn2017-07-23
* Build/Test Tools: Fix PHP 5.2 compatibility for grandchild methods which expe...John Blackbourn2017-06-02
* Build/Test Tools: Move the `setExpectedException()` method into the `WP_Ajax_...John Blackbourn2017-04-23
* Plugins: Move capability checks further up in `wp_ajax_update_plugin()` and `...Dominik Schilling2016-07-27
* Media: Remove an extra quote when sending a link of a media file to the editor.Dominik Schilling (ocean90)2016-04-21
* Docs: Reference the correct variable in `WP_Ajax_UnitTestCase::_handleAjax()`...Sergey Biryukov2016-04-14
* AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to run? T...Scott Taylor2015-10-21
* Unit Tests: after [35225], make `factory` a method/getter on `WP_UnitTestCase...Scott Taylor2015-10-17
* Unit Tests: one `$factory` to rule them all, and it shall be `static`. Scott Taylor2015-10-16
* Tests: Remove the `@runTestsInSeparateProcesses` annotation for Ajax tests.Dominik Schilling (ocean90)2015-10-15
* Tests: Don't preserve the global state for Ajax tests when using an external ...Dominik Schilling (ocean90)2015-10-15
* Autosave: refactor autosave.js, use heartbeat for transport and move all "Add...Andrew Ozz2014-01-22
* Fix several esoteric errors related to AJAX unit tests for comments:Scott Taylor2013-09-14
* Remove the unnecessary call to `ob_end_clean()` directly after `ob_get_clean(...Scott Taylor2013-09-13
* Move PHPUnit tests into a tests/phpunit directory.Andrew Nacin2013-08-29