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 git@github.com:frankdejonge/testing-without-mocking-frameworks.git
cd testing-without-mocking-frameworks
composer install
vendor/bin/phpunit