Tag Archives: Test

Linting PHP Files in Parallel on Travis

With PHP 7 around the corner here is a small tip how you can at least lint the code in your project to be PHP 7 syntax compatible. That allows you to easier obtain forward-compatible PHP code with ease. So … Continue reading

Posted in Hakre's Tips, PHP Development, Pressed, Tools | Tagged , , , , , , , , | Leave a comment

Coding Standards that ain’t one

Developer Quiz: What are coding standards that do not get applied?

Posted in Hacking The Core, PHP Development, Pressed | Tagged , , , , , , , | 3 Comments

Test: Firefox’s new Plugin Container Process

With the latest / since Firefox 3.6.4 plugins are run in their own process. That’s great news because it will help to gain more stability. And it opens a lot of new possibilities. For example you can create your own … Continue reading

Posted in Pressed, Surviving the Internet | Tagged , , , , , , , , , , | 3 Comments

Helium CSS: JavaScript Library to test your CSS usage

All those CSS lines still in use? I’m asking this to myself from time to time when dealing with older sites that evolved over the years. Going through by hand and then? No way Helium CSS to the rescue!. It … Continue reading

Posted in Hakre's Tips, Tools | Tagged , , , , | Leave a comment

Testdriving the Health-Check Plugin

Living on the Edge: After the Dev-Meetup last week, the announcements, all the fuzz about core plugins and the discussions in the forum it was a must for me to give the alpha of the new Health-Check Plugin a testdrive. … Continue reading

Posted in Plugin Plugout | Tagged , , , , , | 4 Comments

MockPress

MockPress provides Mock-Objects and Functions to be used with a PHP unit testing framework. It simulates WordPress so that it can be used to create Unittests for plugins and other types of own components. Written by John Bintz. MockPress on … Continue reading

Posted in Pressed, Tools, WordPress Support | Tagged , , , , , , | 4 Comments

Cross-Plattform interoperability of the Test Suite

Closer to get it going: The wordpress test suite just got a patch to better support windows and some other systems. The next thing to do is to actually fix those tests that use functions which just die. Calling die() while … Continue reading

Posted in Patched | Tagged , , , , , , | 1 Comment