-
Notifications
You must be signed in to change notification settings - Fork 0
rodemery/PHPTechnicalTest
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The project's sources are located in src/ and the unit tests in tests/
- Open a command line console
- Change directory to project root
- Install the project dependencies (PHPUnit) from composer by running one of the following commands:
If you already have composer installed globally run
$ composer install
$ composer update
if composer is not installed run
$ php composer.phar install
$ php composer.phar update
- Run unit tests with the following command:
$ php vendor/bin/phpunit tests/AppDataTest.phpAbout
Odesk PHP test
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published