mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-16 11:58:41 +00:00
Fix test files
This commit is contained in:
parent
ca7d6f8b54
commit
aed9ec74a5
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
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';
|
||||
|
||||
use phpOMS\DataStorage\Session\HttpSession;
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@
|
|||
>
|
||||
<testsuites>
|
||||
<testsuite name="phpOMS">
|
||||
<directory>../*</directory>
|
||||
<directory>.*</directory>
|
||||
<exclude>Module/ModuleManagerTest.php</exclude>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<whitelist addUncoveredFilesFromWhitelist="false" processUncoveredFilesFromWhitelist="false">
|
||||
<directory suffix=".php">../*</directory>
|
||||
<directory suffix=".php">.*</directory>
|
||||
<exclude>
|
||||
<directory suffix="tpl.php">../*</directory>
|
||||
<directory suffix="lang.php">../*</directory>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user