Shindo

Shindo 0.3.8

There are two main commands that can be used 'test' and 'tests'.Tests help group similar calls to test, but their return value is ignored. The return value of test, on the other hand, determines success or failure.When tests fail the developer get lots of...

Spork

Spork 0.9.2

Currently, it supports only frameworks like Cucumber and Rspec.This server, rather than using the Rails constant unloading to reload files, it forks a copy of the server each time to run the tests.What is new in this release:Fixes regression where abort...

Yeti

Yeti 0.2.29

Developed for Yahoo, Yeti starts unit tests via the Node.js console, opening browser mocking toolkits like Selenium, running the tests, and then reporting on the results back in the console.Yeti can work with tests written in various testing frameworks...

For now, only JavaScript regexes are supported.The library is helpful in debuggin regex syntax, for testing or debugging purposes.Any regex features not supported by JavaScript are marked as errors (in red).The project was formerly known as "JavaScript...

Bugger

Bugger 0.2.1

Bugger uses the classic trace, tick, and stack methods to dump out debug information about a block of code that might be running with faults.The library is easy to use and can be added to any project via Composer.Bugger examples and usage instructions are...

FuncUnit

FuncUnit 3.0.0

FuncUnit combines the principles behind unit and functional testings, using a jQuery-like syntax and Jasmine/QUnit-like assertions.The library was created to provide better functional testing to already existing testing frameworks, allowing then to detect...

PHPCheckstyle

PHPCheckstyle 0.14.2

PHPCheckstyle takes all your PHP files and checks them against a PHP coding standard.The toolkit uses the PEAR Coding Standard by default, but this can be changed to any other coding convention programmers want.PHPCheckstyle can be used via the PHP CLI,...

JSCS

JSCS 2.9.0 updated

JSCS works just like a classic code linter, but instead of checking the validity of the code's syntax, it checks if various styling rules are respected. Over 90 of such rules are included by default with the JSCS package, some of them organized in...

PHPSandbox

PHPSandbox 1.3.11 updated

PHPSandbox lets developers create an intermediary level of code execution where they can safely run their PHP code using custom configurations.These configurations can run a blacklist or whitelist model, letting developers ban or allow only a specific set...