Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DynamicArray
/
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
phpunit
tests
cache.php
on
5.7
User selector
All users
All time
Commit history
Commits on Dec 21, 2020
Build/Test Tools: Don't mark the `Tests_Cache::test_flush()` test as risky when running the test suite with an object cache in place.
Show description for 3202790
johnbillion
committed
3202790
View commit details
Copy full SHA for 3202790
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
Code Modernization: Use explicit visibility for class property declarations.
Show description for 5bad4e7
SergeyBiryukov
committed
5bad4e7
View commit details
Copy full SHA for 5bad4e7
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 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 Jun 9, 2020
Coding Standards: Cleans up some PHPCS issues introduced in [47938].
Show description for 45e9cb7
desrosj
committed
45e9cb7
View commit details
Copy full SHA for 45e9cb7
View code at this point
Browse repository at this point
Cache API: Introduce `wp_cache_get_multi()`.
Show description for d4d78e4
whyisjake
committed
d4d78e4
View commit details
Copy full SHA for d4d78e4
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57
SergeyBiryukov
committed
cfc3b57
View commit details
Copy full SHA for cfc3b57
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800
pento
committed
8f95800
View commit details
Copy full SHA for 8f95800
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
Multisite: Remove unused `site-lookup` global cache group.
Show description for 8cc8a22
jeremyfelt
committed
8cc8a22
View commit details
Copy full SHA for 8cc8a22
View code at this point
Browse repository at this point
Tests: Add missing global cache groups.
Show description for 308554b
jeremyfelt
committed
308554b
View commit details
Copy full SHA for 308554b
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Build/Test Tools: Continue eliminating randomness in tests.
Show description for b4f01bb
johnbillion
committed
b4f01bb
View commit details
Copy full SHA for b4f01bb
View code at this point
Browse repository at this point
Commits on Jul 4, 2016
Unit Tests: Change some `@group` annotations to `@ticket`.
Show description for 1ae9f9c
ocean90
committed
1ae9f9c
View commit details
Copy full SHA for 1ae9f9c
View code at this point
Browse repository at this point
Commits on Oct 17, 2015
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).
Show description for 613e88f
staylor
committed
613e88f
View commit details
Copy full SHA for 613e88f
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
In cache tests, determine cache class name dynamically.
Show description for 20225eb
boonebgorges
committed
20225eb
View commit details
Copy full SHA for 20225eb
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Unit Tests: in `Tests_Cache::test_wp_cache_init()`, when `wp_using_ext_object_cache()`, just check that the global is an instance of `WP_Object_Cache`. External object cache instances of `WP_Object…
Show description for cae64c5
staylor
committed
cae64c5
View commit details
Copy full SHA for cae64c5
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
In PHPUnit test classes, `parent::tearDown()` should be the last thing done in `tearDown()` methods.
Show description for 067fa37
boonebgorges
committed
067fa37
View commit details
Copy full SHA for 067fa37
View code at this point
Browse repository at this point
Commits on Aug 29, 2013
Move PHPUnit tests into a tests/phpunit directory.
Show description for 8045afd
nacin
committed
8045afd
View commit details
Copy full SHA for 8045afd
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.