index
:
wordpress
1.5
2.0
2.1
2.2
2.3
2.5
2.6
2.7
2.8
2.9
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
4.0
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.3
6.4
6.5
6.6
6.7
6.8
master
trunk
WordPress
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
includes
/
testcase-ajax.php
Commit message (
Expand
)
Author
Age
*
Docs: Fix various typos and spelling mistakes.
Pascal Birchler
2024-04-12
*
Build/Test Tools: Implement use of the `void` solution.
Sergey Biryukov
2021-08-07
*
Build/Test Tools: Fix and standardise calls to the `tearDown()` method in the...
John Blackbourn
2021-02-27
*
Build/Test Tools: Fix and standardise calls to the `setUp()` and `setUpBefore...
John Blackbourn
2021-02-27
*
Build/Test Tools: Remove unused posts from AJAX test `setUp()`.
Peter Wilson
2020-11-25
*
Docs: Update the code example in `WP_Ajax_UnitTestCase::dieHandler()` DocBloc...
Sergey Biryukov
2020-09-18
*
Docs: Improve inline comments per the documentation standards.
Sergey Biryukov
2020-01-29
*
Docs: Improve documentation for `tests/phpunit/includes/testcase-ajax.php`.
Sergey Biryukov
2020-01-05
*
Privacy: Add unit tests for exporting and erasing personal data.
Jonathan Desrosiers
2019-03-15
*
Code is Poetry.
Gary Pendergast
2017-11-30
*
Build/Test tools: Move `wp_doing_ajax` defintion from class setup to test setup.
Peter Wilson
2017-10-23
*
Build/Test tools: Remove usage of `DOING_AJAX` from the test suite, so all te...
John Blackbourn
2017-08-22
*
Docs: Correct some inline docs for the Ajax test case.
John Blackbourn
2017-07-23
*
Build/Test Tools: Fix PHP 5.2 compatibility for grandchild methods which expe...
John Blackbourn
2017-06-02
*
Build/Test Tools: Move the `setExpectedException()` method into the `WP_Ajax_...
John Blackbourn
2017-04-23
*
Plugins: Move capability checks further up in `wp_ajax_update_plugin()` and `...
Dominik Schilling
2016-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 Biryukov
2016-04-14
*
AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to run? T...
Scott Taylor
2015-10-21
*
Unit Tests: after [35225], make `factory` a method/getter on `WP_UnitTestCase...
Scott Taylor
2015-10-17
*
Unit Tests: one `$factory` to rule them all, and it shall be `static`.
Scott Taylor
2015-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 Ozz
2014-01-22
*
Fix several esoteric errors related to AJAX unit tests for comments:
Scott Taylor
2013-09-14
*
Remove the unnecessary call to `ob_end_clean()` directly after `ob_get_clean(...
Scott Taylor
2013-09-13
*
Move PHPUnit tests into a tests/phpunit directory.
Andrew Nacin
2013-08-29