Razor is powerful cross-platform unit test system that verifies PHP and JavaScript code used in WordPress plugins works properly.
To learn how to use Razor, please visit our Developer Support Site.
In the rare cases where Razor can't run, it provides useful debugging info..
Razor runs on Linux, Windows, and Mac OS, letting you move from your Windows desktop to your Mac notebook to your Linux, confident that your unit tests will run correctly.
Razor's multi-platform support simplifies coordinating development teams, because everyone on the team can use the same test platform and the unit tests..
This eliminates PHPUnit's installation problems for Mac and Windows users.
Zero dependencies also means you can check Razor into your version control system, confident that it will run on any machine..
Razor meets the needs of both single developers and development teams.
Enterprise users can run tests in the terminal window, and can also use Razor as part of large-scale distributed test systems like Travis-CI..
Our powerful test core can install and activate plugins, load the database from image file, and even check the coverage of testcases.
Read more