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

[upd] update files

parent f6e443df
No related branches found
No related tags found
No related merge requests found
LOG_CS=build/logs/checkstyle.xml
LOG_MD=build/logs/pmd.xml
all: clean test qa
all: clean tests_statiques
clean:
@rm -rf build/logs
......
<?php declare(strict_types=1);
#namespace project_jenkins_php\src\tva;
class Product
{
......
<?php declare(strict_types=1);
#namespace project_jenkins_php\tests\tvaTest;
use project_jenkins_php\src\tva;
#require_once "project_jenkins_php/src/tva.php";
use PHPUnit\Framework\TestCase;
class ProductTest extends TestCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment