mirror of
https://github.com/e107inc/e107.git
synced 2025-03-22 21:40:43 +01:00
General repo cleanup
Removed unused includes/bootstrap.php Made a new e107 sample database dump
This commit is contained in:
parent
952c6e5890
commit
93d8b7f0c5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^2.4",
|
||||
"codeception/codeception": "^2.5",
|
||||
"twig/twig": ">=1.28"
|
||||
}
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ db:
|
||||
|
||||
# Path (absolute or relative) to the database dump of a testable installation of the app
|
||||
# Absolute path begins with "/"; relative path does not begin with "/"
|
||||
dump_path: 'tests/_data/e107_v2.1.8.sample.sql'
|
||||
dump_path: 'tests/_data/e107_v2.1.9.sample.sql'
|
||||
|
||||
# Configure this section for deployers that need file upload configuration
|
||||
fs:
|
||||
|
@ -1,27 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2018 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*/
|
||||
/*
|
||||
$_E107 = array();
|
||||
$_E107['cli'] = true;
|
||||
$_E107['phpunit'] = true;
|
||||
$_E107['debug'] = true;*/
|
||||
|
||||
/*$basepath = realpath(dirname(__FILE__))."../../../";
|
||||
define('e_PHPUNIT', true);
|
||||
define('e_ROOT', $basepath);
|
||||
|
||||
// require_once($basepath."class2.php");
|
||||
*/
|
||||
|
||||
require_once("class2.php");
|
||||
// Solution: Set Custom Working Directory for PHPUNit Test.
|
||||
// eg. D:\Documents\UniServerZ\www\e107v2
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
1079
tests/_data/e107_v2.1.9.sample.sql
Normal file
1079
tests/_data/e107_v2.1.9.sample.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user