Capifony

Capifony 2.8.6 updated

Capifony is basically a merger between Capistrano and Symfony.Capistrano is used in deploying scripts to more than one server, all via SSH. It is a widely used tool, especially in setting up development environments or batch operations.Capifony works...

Mink

Mink 1.6.0

Mink can be used in writing application tests and simulate how a browser would respond to various actions and events.Unlike headless browser emulator and browser controllers that work either really fast and don't support AJAX or work really slow but...

Behat

Behat 3.0.15

BDD stands for "Behavior Driven Development" and is an agile software development technique.Unlike TDD where developers write code and tests, BDD requires them to write the tests first, and then the code to satisfy the desired conditions and criteria.This...