/FCL-Test

This repository contains the PHP code and PHPUnit test cases for a technical test provided by Finclub

Primary LanguagePHP

Finclub Technical Test

This repository contains the PHP code and PHPUnit test cases for a technical test provided by Finclub.

Contents

  • src/ : Contains the PHP source code for the technical test.
  • tests/: Contains PHPUnit test cases designed to validate the functionality of the PHP code.

Setup

To run the tests, make sure you have PHPUnit installed. You can install it via Composer:

composer require --dev phpunit/phpunit

Running Tests

To execute the test cases, navigate to the root directory of the repository and run:

vendor/bin/phpunit --testdox tests/TransactionsTest.php