Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hodeonartz/daw2-m07-uf1-pr2-poo_bank

This is a program that simulates the management of bank accounts
https://github.com/hodeonartz/daw2-m07-uf1-pr2-poo_bank

Last synced: about 1 month ago
JSON representation

This is a program that simulates the management of bank accounts

Awesome Lists containing this project

README

        

## About ComBank back account
> Using this small program to explain about the OOP and PHPUnit.

> To run the program, please read the follow:
#### Requirements
* PHP 8.x

#### Features
1. Open account
2. Apply overdraft
3. Deposit funds
4. Withdraw funds
5. Display balance
6. Close account

#### Installation
```
$ composer install
```

#### Unit Test
```
$ phpunit
```

#### Run Unit Test
```
$ ./vendor/bin/phpunit ./tests
```

#### Manual Test
```
$ php src/index.php
```