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.
- Host: GitHub
- URL: https://github.com/degraciamathieu/builder-pattern-testing
- Owner: DeGraciaMathieu
- Created: 2024-12-10T19:54:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T20:28:42.000Z (over 1 year ago)
- Last Synced: 2025-07-26T14:30:43.008Z (11 months ago)
- Topics: design-patterns, testing
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# builder-pattern-testing
Quick integration of two interpretations of the builder pattern in testing scenarios.

To test:
```
vendor/bin/phpunit tests
```