FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests - Giladx/wordpress-develop · GitHub
Giladx
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
wordpress-develop
tests
on
master
User selector
Datepicker
Commit history
Commits on Sep 7, 2020
Tests: Replace a few instances of `assertNotEquals()` with `assertNotFalse()`.
Show description for a85d190
SergeyBiryukov
committed
a85d190
View commit details
Copy full SHA for a85d190
View code at this point
Browse repository at this point
Tests: Remove the polyfill for `assertNotFalse()`.
Show description for 3a9e78c
SergeyBiryukov
committed
3a9e78c
View commit details
Copy full SHA for 3a9e78c
View code at this point
Browse repository at this point
Tests: Add a polyfill for `assertEqualsWithDelta()` to `WP_UnitTestCase` and use it where appropriate.
Show description for 5bad67b
SergeyBiryukov
committed
5bad67b
View commit details
Copy full SHA for 5bad67b
View code at this point
Browse repository at this point
REST API: Extract `WP_REST_Controller::get_endpoint_args_for_item_schema()` to a standalone function.
Show description for 84d524e
TimothyBJacobs
committed
84d524e
View commit details
Copy full SHA for 84d524e
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Tests: Add a test case for storing `false` in the cache.
Show description for 83f23c4
SergeyBiryukov
committed
83f23c4
View commit details
Copy full SHA for 83f23c4
View code at this point
Browse repository at this point
Tests: Correct assertion in `Tests_Cache::test_add_get_null()`.
Show description for 944a684
SergeyBiryukov
committed
944a684
View commit details
Copy full SHA for 944a684
View code at this point
Browse repository at this point
Tests: Correct assertion in `Tests_Cache::test_miss()`.
Show description for 6f07ff5
SergeyBiryukov
committed
6f07ff5
View commit details
Copy full SHA for 6f07ff5
View code at this point
Browse repository at this point
Commits on Sep 5, 2020
REST API: Refactor `WP_REST_Server::dispatch()` to make internal logic reusable.
Show description for d803f6b
TimothyBJacobs
committed
d803f6b
View commit details
Copy full SHA for d803f6b
View code at this point
Browse repository at this point
REST API: Support a route-level validation callback.
Show description for 88ec90d
TimothyBJacobs
committed
88ec90d
View commit details
Copy full SHA for 88ec90d
View code at this point
Browse repository at this point
Tests: Replace a few more instances of `assertEquals()` with `assertSame()`.
Show description for af437fc
SergeyBiryukov
committed
af437fc
View commit details
Copy full SHA for af437fc
View code at this point
Browse repository at this point
Comments: Rename `WP_Comments_List_Table::comment_status_dropdown()` to `::comment_type_dropdown()`.
Show description for 677af11
SergeyBiryukov
committed
677af11
View commit details
Copy full SHA for 677af11
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Tests: Replace a few more instances of `assertEquals()` with `assertSame()`.
Show description for 3e111d9
SergeyBiryukov
committed
3e111d9
View commit details
Copy full SHA for 3e111d9
View code at this point
Browse repository at this point
Tests: Introduce `assertSameSets()` and `assertSameSetsWithIndex()`, and use them where appropriate.
Show description for 8be943d
SergeyBiryukov
committed
8be943d
View commit details
Copy full SHA for 8be943d
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Tests: First pass at using `assertSame()` instead of `assertEquals()` in most of the unit tests.
Show description for 164b22c
SergeyBiryukov
committed
164b22c
View commit details
Copy full SHA for 164b22c
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Tests: Move the tests for `get_the_modified_time()` to a more appropriate place.
Show description for 699e44c
SergeyBiryukov
committed
699e44c
View commit details
Copy full SHA for 699e44c
View code at this point
Browse repository at this point
Date/Time: Make sure `get_the_date()` and related functions return correct time if the format was specified as `false`.
Show description for 3309309
SergeyBiryukov
committed
3309309
View commit details
Copy full SHA for 3309309
View code at this point
Browse repository at this point
Tests: Bring some consistency to Date/Time tests:
Show description for 34dc1cc
SergeyBiryukov
committed
34dc1cc
View commit details
Copy full SHA for 34dc1cc
View code at this point
Browse repository at this point
Tests: Reset the `$wp_sitemap` global after each test, so that sitemaps are re-initialized when the next test runs.
Show description for d841231
SergeyBiryukov
committed
d841231
View commit details
Copy full SHA for d841231
View code at this point
Browse repository at this point
Commits on Aug 30, 2020
Tests: Move the tests for `selected()` and `checked()` to a more appropriate place.
Show description for 73375c4
SergeyBiryukov
committed
73375c4
View commit details
Copy full SHA for 73375c4
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
Tests: Update `wp_add_inline_script()` unit tests to account for the `jquery` handle being an alias for `jquery-core` again.
Show description for 0d26989
SergeyBiryukov
committed
0d26989
View commit details
Copy full SHA for 0d26989
View code at this point
Browse repository at this point
REST API: Fix multi-type schemas with integer fields.
Show description for 6c76a13
TimothyBJacobs
committed
6c76a13
View commit details
Copy full SHA for 6c76a13
View code at this point
Browse repository at this point
Taxonomy: Make sure `wp_terms_checklist()` and `Walker_Category_Checklist::start_el()` properly handle an array of strings as `selected_cats` or `popular_cats` values.
Show description for c8b5610
SergeyBiryukov
committed
c8b5610
View commit details
Copy full SHA for c8b5610
View code at this point
Browse repository at this point
Tests: Update one more test to account for lazy-loading being disabled for custom logos by default.
Show description for 3f7add7
SergeyBiryukov
committed
3f7add7
View commit details
Copy full SHA for 3f7add7
View code at this point
Browse repository at this point
Tests: Update unit tests to account for lazy-loading being disabled for custom logos by default.
Show description for c77798d
SergeyBiryukov
committed
c77798d
View commit details
Copy full SHA for c77798d
View code at this point
Browse repository at this point
Sitemaps: Prevent incorrect redirection of paged sitemap requests.
Show description for bae635f
peterwilsoncc
committed
bae635f
View commit details
Copy full SHA for bae635f
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
Tests: Clean up some existing `@covers` tags.
Show description for c20372e
SergeyBiryukov
committed
c20372e
View commit details
Copy full SHA for c20372e
View code at this point
Browse repository at this point
Commits on Aug 23, 2020
Tests: Correct a number of malformed `@covers` tags.
Show description for a6bb012
SergeyBiryukov
committed
a6bb012
View commit details
Copy full SHA for a6bb012
View code at this point
Browse repository at this point
Tests: Update `wp-api-generated.js` to reflect the new "Reusable Blocks" post type label.
Show description for 631f440
SergeyBiryukov
committed
631f440
View commit details
Copy full SHA for 631f440
View code at this point
Browse repository at this point
Tests: Clear any previous term IDs from the metadata lazyloader queue in term meta lazy-loading test.
Show description for c90037c
SergeyBiryukov
committed
c90037c
View commit details
Copy full SHA for c90037c
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Taxonomy: Allow for `wp_count_terms( $args )` signature, making passing a taxonomy optional.
Show description for 0228dd6
felixarntz
committed
0228dd6
View commit details
Copy full SHA for 0228dd6
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
Coding Standards: Fix WPCS issue in [48830].
Show description for ca5c4ce
SergeyBiryukov
committed
ca5c4ce
View commit details
Copy full SHA for ca5c4ce
View code at this point
Browse repository at this point
Tests: Update unit tests to account for `comment_agent` and `comment_author_IP` values being passed to the `preprocess_comment` filter.
Show description for 62562f8
SergeyBiryukov
committed
62562f8
View commit details
Copy full SHA for 62562f8
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
Formatting: Make the check for empty text in `wp_trim_excerpt()` more resilient.
Show description for 76c599c
SergeyBiryukov
committed
76c599c
View commit details
Copy full SHA for 76c599c
View code at this point
Browse repository at this point
Commits on Aug 16, 2020
Code Modernization: Introduce `is_gd_image()` to check for PHP 8 `GdImage` object instances.
Show description for cbaa88c
SergeyBiryukov
committed
cbaa88c
View commit details
Copy full SHA for cbaa88c
View code at this point
Browse repository at this point
Commits on Aug 15, 2020
REST API: Add uniqueItems as a permitted endpoint argument JSON Schema keyword.
Show description for dddddc4
TimothyBJacobs
committed
dddddc4
View commit details
Copy full SHA for dddddc4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL