Exercise to show numbers since 1 to 100 but with condition that if is multiple for 3, 5 or both have to show a different text
- 3 = "Falabella"
- 5 = "IT"
- both = "Integraciones"
- PHP >= 5.4
- Clone project in any server folder
- Open console
- Go to folder's project
- Go to path "src"
- Execute:
php executeExercise.php
this tests there in file "ExerciseTest.php" in folder "tests"
- Go to folder's project
- Execute
./vendor/bin/phpunit tests