mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:31:58 +01:00
Fixing php unit tests
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
37ba4e29b1
commit
5f391ef9ef
@ -2,7 +2,6 @@
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
define('DIR_BASE', $_ENV['DIR_BASE']);
|
||||
define('TEST_FILES_DIR', $_ENV['TEST_FILES_DIR']);
|
||||
|
||||
require_once DIR_BASE . 'system/helper/mime.php';
|
||||
|
@ -1,14 +1,12 @@
|
||||
<?php
|
||||
|
||||
define(CONTENT_TYPE, 'content-type');
|
||||
define(TEXT_PLAIN, 'text/plain');
|
||||
define(SUBJECT, 'subject');
|
||||
define(THIS_IS_A_TEST, 'This is a test');
|
||||
define('CONTENT_TYPE', 'content-type');
|
||||
define('TEXT_PLAIN', 'text/plain');
|
||||
define('SUBJECT', 'subject');
|
||||
define('THIS_IS_A_TEST', 'This is a test');
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
define('DIR_BASE', $_ENV['DIR_BASE']);
|
||||
|
||||
require_once DIR_BASE . 'system/helper/mime.php';
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user