mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-08 17:38:40 +00:00
fix tests
This commit is contained in:
parent
30deccb965
commit
1b65455d54
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
// Modules/tests
|
// Modules/tests
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
return [
|
return [
|
||||||
'en' => [
|
'en' => [
|
||||||
':language' => 'English',
|
':language' => 'English',
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
|
||||||
|
|
@ -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');
|
||||||
|
|
|
||||||
|
|
@ -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');
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Business\Finance\Depreciation;
|
use phpOMS\Business\Finance\Depreciation;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
echo '{}';
|
echo '{}';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Autoloader;
|
use phpOMS\Autoloader;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user