lsd / php-jest

A PHP Test Suite inspired by Javascript's Jest (https://facebook.github.io/jest/), jest-php is a tool for writing unit tests with amongst other significant philosophies, mocks everything by default. This also means that you may begin learning nearly any unit incrementally by using this against a complex piece of code you're learning from scratch. Only focus on things relevant for the unit. jest-php handles where you should branch out and what unused cruft you shouldn't even read.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-jest

A PHP Test Suite inspired by Javascript's Jest (https://facebook.github.io/jest/), jest-php is a tool for writing unit tests with amongst other significant philosophies, mocks everything by default. This also means that you may begin learning nearly any unit incrementally by using this against a complex piece of code you're learning from scratch. Only focus on things relevant for the unit. jest-php handles where you should branch out and what unused cruft you shouldn't even read.

About

A PHP Test Suite inspired by Javascript's Jest (https://facebook.github.io/jest/), jest-php is a tool for writing unit tests with amongst other significant philosophies, mocks everything by default. This also means that you may begin learning nearly any unit incrementally by using this against a complex piece of code you're learning from scratch. Only focus on things relevant for the unit. jest-php handles where you should branch out and what unused cruft you shouldn't even read.