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

[upd] update tvaTest & tva

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