KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
lumen-unit-test
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
react-github
:
React hooks for Github API
esp-homekit-cooler-fan
:
This is a HomeKit NodeMCU(ESP8266) infrared controller for my air conditioner and a fan
GetMiTokens
:
Get the tokens for your Xiaomi lights without a hassle.
rental_app
:
No description available.
wx-douban
:
mpvue仿写豆瓣电影小程序
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lumen-unit-test
?
Download (.md)
<h1 align="center"> Lumen Unitary Test </h1> <h3 align="center"> Project made for study purposes and understand how PHPUnit and TDD works. </h3> ## :exclamation: The concept of everything I found on my old drive some link for some Test for a random job who asks for a TDD heavy developer, so I decide to try to learn how to write and code TDD. ## :computer: Technologies I chose to use Lumen because I work with the framework on a daily basis, so it makes a lot easier. Here is the most important about the code: - PHPUnit<br> Used to make all tests run. I was about to use the Codeception, but PHPUnit is already native on Laravel/Lumen, so is a quite easy to run everything Ok, now let's install and try it. ## :rocket: 5 minutes quick start :bulb: After your project is cloned, you must have installed the composer on your machine to download all dependencies. Entering the command below will begin to download the dependencies: ``` composer install ``` <br> With everything set up, you can run the game using the command below (Remember to use this command on the project folder): ``` vendor/bin/phpunit --testdox ``` ## :mailbox_with_mail: License This software was created for study purposes only. Feel free to try it out.