29 lines
376 B
PHP
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()
|
|
{
|
|
|
|
}
|
|
}
|