Commit fcaff09d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: configuration des outils des CI pour ignorer certaines parties des fixtures.

No related merge requests found
Showing with 12 additions and 4 deletions
+12 -4
<?php <?php declare(strict_types=1);
require __DIR__ . '/vendor/autoload.php';
$finder = PhpCsFixer\Finder::create() $finder = PhpCsFixer\Finder::create()
->files() ->files()
......
...@@ -6,4 +6,6 @@ ...@@ -6,4 +6,6 @@
<rule ref="vendor/irstea/phpmd-config/loose.xml"/> <rule ref="vendor/irstea/phpmd-config/loose.xml"/>
<exclude-pattern>tests/Fixtures/var/**</exclude-pattern>
</ruleset> </ruleset>
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<testsuites> <testsuites>
<testsuite name="Project Test Suite"> <testsuite name="Project Test Suite">
<directory>tests</directory> <directory>tests</directory>
<exclude>tests/Fixtures</exclude>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment