Category: Modern PHP Development
-
The Guide to WordPress Unit Testing Assertions
The WordPress Unit Testing Framework contains a set of custom assertion helper methods which help with writing unit test. In this post, we’ll present these helper methods available through the…
-
WordPress Coding Standards for PHP_CodeSniffer: Frequently Asked Questions
Have any question about the WordPress Coding Standards for PHP_CodeSniffer? We’ve answered the most common questions in the simplest way.
-
PHP Security Basics: Input Validation
Validation is a technique to ensure that input is secure before using it in your code. When validating data, you are verifying that it corresponds to what the program needs.…