testing-without-mocking-frameworks icon indicating copy to clipboard operation
testing-without-mocking-frameworks copied to clipboard

Testing without mocking frameworks.

This repository contains example code to illustrate how to test without using a mocking framework. This code was written for the following blog post:

https://blog.frankdejonge.nl/testing-without-mocking-frameworks/

To run the code, run the following commands:

git clone [email protected]:frankdejonge/testing-without-mocking-frameworks.git
cd testing-without-mocking-frameworks
composer install
vendor/bin/phpunit