fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:35:01 +02:00
parent bbad88d226
commit bc3b9154e9
19 changed files with 38 additions and 19 deletions

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
\ini_set('memory_limit', '2048M');
\ini_set('display_errors', '1');

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
return [
'SomeName1' => [
'callback' => [

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
return ['Test' => [
'key' => 'value',

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
return [
'en' => [

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../../Autoloader.php';

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../../Autoloader.php';

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../../Autoloader.php';

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../../Autoloader.php';

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../../Autoloader.php';

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../../Autoloader.php';

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
return [
'^.*backend_admin -settings=general.*$' => [
0 => [

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
use phpOMS\Account\PermissionType;

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
return [
'^.*/backend/admin/settings/csrf.*$' => [
0 => [

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
return [
'^.*/backend/admin/settings/general.*$' => [
0 => [

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
use phpOMS\Account\PermissionType;
use phpOMS\Router\RouteVerb;

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
function hasDeprecated()
{

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
function has𠀊Unicode()
{

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
function noDeprecated()
{

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
function noUnicode()
{