Skip to content
Snippets Groups Projects
Select Git revision
  • 0e215e88ac4cf3f742f45bf8eed202d032ecbcda
  • master default protected
  • release_10.3.0
  • test
  • feature_suppression_profils
  • feature_flux_diplomation
  • feature_acl_cache
  • feature_module_doctorant
  • feature_module_admission
  • feature_fiche_rncp
  • feature_convention_mel_template
  • feature_portfolio
  • ameliorations_index_rapporteur
  • feature_formation_export_xls
  • feature_fichiers
  • api_inscription_admin
  • feature_module_unicaen_maintenance_mode
  • dev
  • feature_renderer_template_variables
  • feature_notif_forcage_correc
  • feature_wf_rapport_activite
  • 10.2.1
  • 10.2.0
  • 10.1.0
  • 10.0.3
  • 10.0.2
  • 10.0.1
  • 10.0.0
  • 9.4.1
  • 9.4.0
  • 9.3.1
  • 9.3.0
  • 9.2.1
  • 9.2.0
  • 9.1.1
  • 9.1.0
  • 9.0.1
  • 9.0.0
  • 8.6.0
  • 8.5.1
  • 8.5.0
41 results

Module.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    phpunit.xml 915 B
    <?xml version="1.0" encoding="UTF-8"?>
    
    <phpunit bootstrap="init_autoloader.php" colors="true">
        <testsuites>
            <testsuite name="Default">
                <directory>./test/UnicaenDbImportUnitTest</directory>
            </testsuite>
        </testsuites>
    
        <logging>
            <!--<log type="junit" target="/tmp/phpunit/logs/junit.xml" />-->
            <!--<log type="coverage-clover" target="/tmp/phpunit/logs/clover.xml" />-->
            <log type="coverage-html" target="/tmp/phpunit/coverage" />
        </logging>
    
        <filter>
            <whitelist processUncoveredFilesFromWhitelist="true">
                <directory suffix=".php">src</directory>
            </whitelist>
        </filter>
    
        <groups>
    
        </groups>
        <!--
        <groups>
            <exclude>
                <group>disable</group>
                <group>integration</group>
                <group>integration-sqlserver</group>
            </exclude>
        </groups>
        -->
    </phpunit>