fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:34:59 +02:00
parent 30deccb965
commit 1b65455d54
11 changed files with 22 additions and 11 deletions

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
// Modules/tests // Modules/tests

View File

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

View File

@ -1 +1,2 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
require 'Worker.php'; require 'Worker.php';
$lang = $this->getData('lang'); $lang = $this->getData('lang');

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
$fiscal_end = new \phpOMS\Stdlib\Base\SmartDateTime('2016/06/30'); $fiscal_end = new \phpOMS\Stdlib\Base\SmartDateTime('2016/06/30');
$fiscal_current = new \phpOMS\Stdlib\Base\SmartDateTime('2015/09/30'); $fiscal_current = new \phpOMS\Stdlib\Base\SmartDateTime('2015/09/30');
$fiscal_start = new \phpOMS\Stdlib\Base\SmartDateTime('2015/07/01'); $fiscal_start = new \phpOMS\Stdlib\Base\SmartDateTime('2015/07/01');

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
use phpOMS\Business\Finance\Depreciation; use phpOMS\Business\Finance\Depreciation;

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
use PhpOffice\PhpWord\IOFactory; use PhpOffice\PhpWord\IOFactory;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Shared\Converter; use PhpOffice\PhpWord\Shared\Converter;

View File

@ -1,3 +1,4 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
echo '{}'; echo '{}';

View File

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

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
use PhpOffice\PhpPresentation\IOFactory; use PhpOffice\PhpPresentation\IOFactory;
use PhpOffice\PhpPresentation\PhpPresentation; use PhpOffice\PhpPresentation\PhpPresentation;

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1); <?php
declare(strict_types=1);
use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\IOFactory;
use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Spreadsheet;