Commit 8dfe90b0 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Suppression fichier commit par erreur

parent 818e20b2
Loading
Loading
Loading
Loading

Siham-soapui-project.xml

deleted100644 → 0
+0 −3950

File deleted.

Preview size limit exceeded, changes collapsed.

admin/actions/test_perso.php

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
<?php


$bdd = $oa->getBdd();

$console = $oa->getConsole();
$ref     = new \BddAdmin\Ddl\Ddl();
$ref->loadFromDir($oa->getOseDir() . 'data/ddl');
$filters = require $oa->getOseDir() . 'data/ddl_config.php';
$mm      = new MigrationManager($oa, $ref, $filters);

$mm->migration('post', 'MigrationPrivilegesServiceEditionMasse');

code/sandbox.xml

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sih="http://siham.amue.fr">
    <soapenv:Header/>
    <soapenv:Body>
        <sih:RecupStructures>
            <!--Optional:-->
            <ParamStructure>
                <!--Optional:-->
                <codeAdministration></codeAdministration>
                <!--Optional:-->
                <dateObservation></dateObservation>
                <!--Zero or more repetitions:-->
                <listeUO>
                    <!--Optional:-->
                    <codeUO></codeUO>
                    <!--Optional:-->
                    <structureUO></structureUO>
                    <!--Optional:-->
                    <typeUO></typeUO>
                </listeUO>
            </ParamStructure>
        </sih:RecupStructures>
    </soapenv:Body>
</soapenv:Envelope>
 No newline at end of file