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

https://github.com/degraciamathieu/builder-pattern-testing

Quick integration of two interpretations of the builder pattern in testing scenarios.
https://github.com/degraciamathieu/builder-pattern-testing

design-patterns testing

Last synced: 11 months ago
JSON representation

Quick integration of two interpretations of the builder pattern in testing scenarios.

Awesome Lists containing this project

README

          

# builder-pattern-testing

Quick integration of two interpretations of the builder pattern in testing scenarios.

![builder](https://github.com/user-attachments/assets/c001486a-056c-4ae6-ab65-9366b603d94e)

To test:

```
vendor/bin/phpunit tests
```