PHP Classes

File: tests/Pest.php

Recommend this page to a friend!
  Packages 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: Resumen de Refactorizaciones - Instapago PHP SDK (#67)

* Refactoring :rocket: :rocket:

* fix description
Date: 9 months ago
Size: 548 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

/*
|--------------------------------------------------------------------------
| 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__);