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

[upd] update tvaTest & tva

parent a7ab80b1
No related branches found
No related tags found
No related merge requests found
<?php declare(strict_types=1);
namespace project_jenkins_php\src;
class Product
{
const FOOD_PRODUCT = 'food';
......
<?php declare(strict_types=1);
#namespace App\Tests\Entity;
namespace project_jenkins_php\tests;
use project_jenkins_php\src\tva;
#require "tva.php";
use PHPUnit\Framework\TestCase;
class ProductTest extends TestCase
{
public function testcomputeTVAFoodProduct()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment