Cambio en namespace

This commit is contained in:
Juan Pablo Vial
2025-05-08 11:13:17 -04:00
parent c1ebac6c0c
commit ca5354a3ee
20 changed files with 62 additions and 62 deletions

View File

@ -1,5 +1,5 @@
<?php
namespace ProVM\Tests\Extension;
namespace Tests\Extension;
use GuzzleHttp\Client;
use PHPUnit\Framework\TestCase;
@ -12,4 +12,4 @@ abstract class AbstractIntegration extends TestCase
{
$this->client = new Client(['base_uri' => $_ENV['APP_URL']]);
}
}
}