Files
oficial/app/tests/integration/API/Ventas/MediosPago/TokuTest.php
aldarien 742de657c5 develop (#45)
Co-authored-by: Juan Pablo Vial <jpvialb@incoviba.cl>
Reviewed-on: #45
2025-10-04 11:40:52 -03:00

29 lines
376 B
PHP

<?php
namespace Tests\Integration\API\Ventas\MediosPago;
use Tests\Extension\AbstractIntegration;
class TokuTest extends AbstractIntegration
{
public function testCuotas()
{
}
public function testSuccess()
{
}
public function testTest()
{
}
public function testReset()
{
}
public function testEnqueue()
{
}
}