Fixes for composer
This commit is contained in:
parent
bdab68afd3
commit
e0b8e8e8e3
2 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "phangoapp/WPDO",
|
||||
"name": "phangoapp/wpdo",
|
||||
"description": "A simple class for create models",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8@dev"
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhangoApp\\PhaModels\\": "src"
|
||||
"PhangoApp\\WPDO\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@ use PhangoApp\PhaUtils\Utils;
|
|||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
include("vendor/autoload.php");
|
||||
include("libraries/Utils.php");
|
||||
|
||||
Utils::load_config('config', 'settings');
|
||||
Utils::load_config('config_test', 'settings');
|
||||
|
||||
$sql_table="CREATE TABLE table_test (
|
||||
`name` VARCHAR(255) NOT NULL default '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue