Skip to content

rodemery/PHPTechnicalTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.php

About

Odesk PHP test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published