PHP-Unit-Test-Lab

This Repository Covers Two different Tests Using PHP Unit Testing Version 10.0

Calculator Factorial Test

The Factorial() Function takes a Positive Integer Number as input and Return its Factorial otherwise it returns NULL.

The Factorial Unit Test checks the output according to the input.

image

User Test

The User Object represents an object from User Class with name and email.

The User Unit Test checks the name and email of a given object.

image

Contributor