Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 666 Bytes

File metadata and controls

26 lines (18 loc) · 666 Bytes

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.