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('memory_limit', '2048M');
\ini_set('display_errors', '1'); \ini_set('display_errors', '1');

View File

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

View File

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

View File

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

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
require_once __DIR__ . '/../../../Autoloader.php'; 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'; 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'; 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'; 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'; 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'; require_once __DIR__ . '/../../../Autoloader.php';

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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