Skip to content

Wikia/php-interview-coding-task-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a PHP interview project to help you setup your environment.

Requirements:

  • Mac OS X/Linux/Windows
  • PHP 8.0 or newer

Make sure that you are able to install Composer dependencies and run tests via PHPUnit

$ composer install
$ ./vendor/bin/phpunit test

It should output something like

./vendor/bin/phpunit test
PHPUnit 9.5.9 by Sebastian Bergmann and contributors.

.                                                                   1 / 1 (100%)

Time: 00:00.003, Memory: 6.00 MB

OK (1 test, 2 assertions)

Then you should import the project into your IDE of choice to make sure you are able to add and execute new tests freely.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors