Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankdejonge/testing-without-mocking-frameworks


https://github.com/frankdejonge/testing-without-mocking-frameworks

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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:

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