8000 GitHub - I3rixon/calc-test: This project is a simple calculator application designed to demonstrate unit testing in PHP using PHPUnit. It includes basic arithmetic operations and corresponding unit tests to ensure the correctness of the implementation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This project is a simple calculator application designed to demonstrate unit testing in PHP using PHPUnit. It includes basic arithmetic operations and corresponding unit tests to ensure the correctness of the implementation.

Notifications You must be signed in to change notification settings

I3rixon/calc-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Unit-Test init

Description

This project is a simple calculator application designed to demonstrate unit testing in PHP using PHPUnit. It includes basic arithmetic operations and corresponding unit tests to ensure the correctness of the implementation.

Requirements

  • PHP >= 7.4
  • Composer for dependency management
  • PHPUnit for running unit tests

install

composer require --dev phpunit/phpunit
composer dump-autoload
vendor/bin/phpunit tests/CalculatorTest.php

Test Results

Failure with Floats Syntactic fix for floats issue

About

This project is a simple calculator application designed to demonstrate unit testing in PHP using PHPUnit. It includes basic arithmetic operations and corresponding unit tests to ensure the correctness of the implementation.

Resources

Stars

Watchers

Forks

32AB

Languages

0