Tonya Mork
Tonya Mork
## What? Use Core's file and class name sniffs exclusions for the PHPUnit tests. ## Why? To reduce the effort of backporting tests to Core by increasing parity to [WordPress...
## What? * Turns on `WP_DEBUG` to allow notices and deprecations to be found and tested. * Adds `expectNotice()` assertion when a notice is expected to happen. * Adds test...
**Describe the bug** The customer's debug log file is filled with PHP Warnings for `_temp` file extensions not found after updating to 3.5.0.3 and only on the 1st preload. Here's...
WordPress 5.9 release is coming January 25th. The "Tested up to" version needs to be updated to 5.9.0.
Actions API has an awesome collection of functionality that lets us do a smart add, modify, remove, replace, and reset. These functions truly are the missing components for the WordPress...
Data and state management are currently held in globals throughout the framework. Interaction with these are through private functions within each API. The problem with globals is they are globally...
A standard task in themes is to remove the unnecessary bits from the ``, such as: - `wp_generator` - `adjacent_posts_rel_link_wp_head` - `wlwmanifest_link` - `wp_shortlink_wp_head` - If comments are disabled, then...
I'm a Sass gal. Bringing Sass compilation to Beans is a leap forward for flexibility and developer personal preference. UIKit 3 also brings us Sass. Currently, Beans has integrated LESS...
Beans is currently compliant with PHP 5.2. As part of v2, we'll leap Beans forward to make it compliant with PHP 5.6 as a minimum, baseline PHP requirement.
Currently our test suite validates our PHP code. I propose that we create a front-end Systems Testing Suite that validates key components in the browser such as a11y, rendered markup,...