mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
@ -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';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user