PHP Classes

File: tests/Pest.php

Recommend this page to a friend!
  Classes of ángel cruz   PHP Instapago   tests/Pest.php   Download  
File: tests/Pest.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Instapago
Process payments with the Instapago API
Author: By
Last change: adding some changes (#62)

* adding some changes :rocket: :rocket:
- drop php 8.1
- update validator
- other changes

* add more changes :D

* Fixed what needed fixing and squished some bugs. :bug:
Date: 1 month ago
Size: 522 bytes
 

Contents

Class file image Download
<?php

/*
|--------------------------------------------------------------------------
| Test Case
|--------------------------------------------------------------------------
|
| The closure you provide to your test functions is always bound to a specific PHPUnit test
| case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may
| need to change it using the "pest()" function to bind a different classes or traits.
|
*/

pest()->extend(Instapago\Instapago\Tests\TestCase::class)->in(__DIR__);