Skip to content
Snippets Groups Projects
Commit f6e443df authored by MUNIER Florian's avatar MUNIER Florian
Browse files

[upd] update tvaTest namespace

parent 75f2c99f
No related branches found
No related tags found
No related merge requests found
<?php declare(strict_types=1);
namespace project_jenkins_php\src\tva;
#namespace project_jenkins_php\src\tva;
class Product
{
......
<?php declare(strict_types=1);
namespace project_jenkins_php\tests\tvaTest;
#namespace project_jenkins_php\tests\tvaTest;
use project_jenkins_php\src\tva;
#require_once "project_jenkins_php/src/tva.php";
use PHPUnit\Framework\TestCase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment