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

CS.

parent f15bc17a
No related merge requests found
Showing with 20 additions and 7 deletions
+20 -7
......@@ -2,7 +2,6 @@
/*
* This file is part of "irstea/api-metadata".
*
* "irstea/api-metadata" generates Typescript interfaces for Angular using api-platform metadata.
* Copyright (C) 2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
......
......@@ -2,7 +2,6 @@
/*
* This file is part of "irstea/api-metadata".
*
* "irstea/api-metadata" generates Typescript interfaces for Angular using api-platform metadata.
* Copyright (C) 2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
......
......@@ -2,7 +2,6 @@
/*
* This file is part of "irstea/api-metadata".
*
* "irstea/api-metadata" generates Typescript interfaces for Angular using api-platform metadata.
* Copyright (C) 2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
......
......@@ -2,7 +2,6 @@
/*
* This file is part of "irstea/api-metadata".
*
* "irstea/api-metadata" generates Typescript interfaces for Angular using api-platform metadata.
* Copyright (C) 2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
......
......@@ -2,7 +2,6 @@
/*
* This file is part of "irstea/api-metadata".
*
* "irstea/api-metadata" generates Typescript interfaces for Angular using api-platform metadata.
* Copyright (C) 2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
......
<?php declare(strict_types=1);
/*
* This file is part of "irstea/api-metadata".
*
* Copyright (C) 2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
use Irstea\ApiMetadata\Tests\Fixtures\TestKernel;
use Symfony\Component\Debug\Debug;
......@@ -11,10 +29,10 @@ require dirname(__DIR__, 2) . '/bootstrap.php';
umask(0000);
/** @noinspection ForgottenDebugOutputInspection */
/* @noinspection ForgottenDebugOutputInspection */
Debug::enable();
/** @noinspection ForgottenDebugOutputInspection */
/* @noinspection ForgottenDebugOutputInspection */
ErrorHandler::register();
$kernel = new TestKernel('dev', true);
......
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