https://github.com/axeldavid45/learning-testing
Repository with the code created for learning testing
https://github.com/axeldavid45/learning-testing
Last synced: 12 months ago
JSON representation
Repository with the code created for learning testing
- Host: GitHub
- URL: https://github.com/axeldavid45/learning-testing
- Owner: AxelDavid45
- Created: 2020-05-08T19:34:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T05:19:41.000Z (about 6 years ago)
- Last Synced: 2025-02-25T08:23:57.571Z (over 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 💻PHPUnit
PHPUnit is a library for writing tests in PHP. It contains several assertion methods that you can implement on your project.
## 👨💻Learning
This repository contains a little structure of unit tests. This knowledge will help me to create the API but using a TDD approach