Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It Group PHP Developer Technical Task by Oleksandr Nazarov #5

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
aee3d2d
Add composer data files
Mar 19, 2018
7a6a6a3
Add .gitignore file
Mar 19, 2018
7f81993
Add activity interfaces
Mar 19, 2018
4129c24
Add animals food class
Mar 19, 2018
6aefc35
Add base animal class
Mar 19, 2018
9f6219f
Add animals classes
Mar 19, 2018
ddf32c3
Add aviaries classes
Mar 19, 2018
76ba6ec
Add main zoo class
Mar 19, 2018
14e0d8c
Add helper file
Mar 19, 2018
2b5484e
Change project usage examples in main index file
Mar 19, 2018
da70d98
Rename animal getting size function
Mar 20, 2018
f5a7ec5
Add new aggregate methods for calculating totals
Mar 20, 2018
37776a2
Add more information to output about animals and zoo
Mar 20, 2018
9c96723
Add additional output for main vital activity method
Mar 20, 2018
123ae08
Fix titles for lists
Mar 20, 2018
f69bb23
Add strict_types directive equals to 1
Mar 20, 2018
0888b9b
Add strict_types directive equals to 1 and fix base method implementa…
Mar 20, 2018
4356168
Add strict_types directive equals to 1 and base animal method call
Mar 20, 2018
7c85f87
Add code sniffer package and system scripts to composer.json
Mar 20, 2018
845f372
Add configuration for PHPUnit
Mar 20, 2018
6606e87
Fix exception message and bug with total food ration
Mar 20, 2018
d3a603f
Set default value to activity status on instance creation
Mar 20, 2018
18fdc5b
Fix bug with strict types and reorder output titles
Mar 20, 2018
a0e2ee6
Add unit tests for "animals" classes
Mar 20, 2018
b6b1c3b
Add unit tests for "aviaries" classes
Mar 20, 2018
9b94809
Add unit tests for "food" and "zoo" classes
Mar 20, 2018
b69496a
Add path for phpunit script
Mar 20, 2018
a5ec4e7
Fix application by PHP_CodeSniffer to match PSR-2 standards
Mar 20, 2018
576e4c1
Fix tests by PHP_CodeSniffer to match PSR-2 standards
Mar 20, 2018
f292688
Remove composer.lock from project and add it to .gitignore
Mar 20, 2018
a5f3761
Add how-to run description to README.md
Mar 20, 2018
b55e3f2
Add docker environment files
Mar 23, 2018
703fd4b
Fix run instructions
Mar 23, 2018
dfc2c1f
Fix README.md base instructions
Mar 23, 2018
7215543
Fix run instructions in README.md
Mar 23, 2018
e3399b7
Merge branch 'master' of https://github.com/oldinquisitor/tech-task
Mar 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix run instructions in README.md
Aleksandr Nazarov committed Mar 23, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7215543fa6866814d9b7a5e92fd11ce5dfb5fee0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ every animal has such ability. There are several issues and we hope you'd solve
## How to run new code

* docker-compose up --build -d
* docker exec -ti tech-task composer test && php index.php
* docker exec -ti tech-task composer update && composer test && php index.php

*You might need to change proxy settings in Dockerfile*
> ENV http_proxy http://10.0.2.2:3128