Skip to content

cchevall/developer-recruitment-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer recruitment test

We ask you a class that can takes a version number as a string and can get some info from it. We only need a part of the specification requirement (see comment in files for the url) so check the test file to see what we need for this exercise.

Rules

  • Use PHP 7.1
  • Don't use regexp (then do it with regexp as a bonus)
  • Don't modify test and interface file
  • The specifications are provided only for info
  • The test is the real constraint to consider the class works or not

Run test

$ make
$ make test

About

Developer recruitment test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.8%
  • Makefile 2.2%