mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Fix test files
This commit is contained in:
parent
ca7d6f8b54
commit
aed9ec74a5
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
ini_set('memory_limit', '2048M');
|
ini_set('memory_limit', '2048M');
|
||||||
|
|
||||||
require_once 'vendor/autoload.php';
|
include_once 'vendor/autoload.php';
|
||||||
|
include_once '../../vendor/autoload.php';
|
||||||
require_once __DIR__ . '/../Autoloader.php';
|
require_once __DIR__ . '/../Autoloader.php';
|
||||||
|
|
||||||
use phpOMS\DataStorage\Session\HttpSession;
|
use phpOMS\DataStorage\Session\HttpSession;
|
||||||
|
|
|
||||||
|
|
@ -10,13 +10,13 @@
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpOMS">
|
<testsuite name="phpOMS">
|
||||||
<directory>../*</directory>
|
<directory>.*</directory>
|
||||||
<exclude>Module/ModuleManagerTest.php</exclude>
|
<exclude>Module/ModuleManagerTest.php</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist addUncoveredFilesFromWhitelist="false" processUncoveredFilesFromWhitelist="false">
|
<whitelist addUncoveredFilesFromWhitelist="false" processUncoveredFilesFromWhitelist="false">
|
||||||
<directory suffix=".php">../*</directory>
|
<directory suffix=".php">.*</directory>
|
||||||
<exclude>
|
<exclude>
|
||||||
<directory suffix="tpl.php">../*</directory>
|
<directory suffix="tpl.php">../*</directory>
|
||||||
<directory suffix="lang.php">../*</directory>
|
<directory suffix="lang.php">../*</directory>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user