Skip to content

lucasarakaki/phpunit-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPUnit Lesson

Repository for experiments and practice using the PHPUnit testing framework.

🚀 Technologies Used

PHP

📝 Project Requirements

Before running the project, make sure you have the following installed:

  • PHP (version 8.2 or higher)
  • Composer (dependency manager for PHP)
  • PHPUnit (PHP testing framework)

You can check if PHP and Composer are installed by running the following commands:

php -v
composer -v

📦 Getting Started

To get this project up and running, follow these steps:

  1. Clone this repository:

    git clone https://github.com/lucasarakaki/phpunit-lesson.git
  2. Install dependencies:

    cd phpunit-lesson && composer install
  3. Running tests with PHPUnit:

    ./vendor/bin/phpunit tests/

This will execute the tests, and the results will be displayed in your terminal.

📄 License

This software is available under the MIT License.

About

Repository to practice testing with PHPUnit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages