Moved all old tests to another folder
This commit is contained in:
parent
960770d73f
commit
2ad6dfabab
15 changed files with 8 additions and 8 deletions
|
@ -1,65 +0,0 @@
|
|||
{
|
||||
"project": {
|
||||
"compiler": {
|
||||
"extension": "php",
|
||||
"minimum_version": "7.4",
|
||||
"maximum_version": "8.1"
|
||||
},
|
||||
"options": {}
|
||||
},
|
||||
"assembly":{
|
||||
"name": "Example",
|
||||
"package": "com.example.library",
|
||||
"description": "An example project for NCC to build",
|
||||
"company": null,
|
||||
"product": null,
|
||||
"copyright": "Copyright (c) Test 2022",
|
||||
"trademark": null,
|
||||
"version": "1.0.0.0",
|
||||
"uid": "4aaa878e-b600-11ec-b909-0242ac120002"
|
||||
},
|
||||
"build": {
|
||||
"source_path": "src/ExampleLibrary",
|
||||
"default_configuration": "debug",
|
||||
"exclude_files": [
|
||||
"README.md"
|
||||
],
|
||||
"options": {},
|
||||
"scope": "user",
|
||||
"define_constants": {
|
||||
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
|
||||
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
|
||||
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
|
||||
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
|
||||
},
|
||||
"dependencies": [
|
||||
{"name": "mbstring", "source": "extension", "version": "latest"},
|
||||
{"name": "com.example.dependency", "source": "default@github/example/ncc_dependency", "version": "latest"},
|
||||
{"name": "com.symfony.process", "source": "symfony@cmoposer/process", "version": "latest"}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"name": "debug",
|
||||
"options": {},
|
||||
"output_path": "build/debug",
|
||||
"define_constants": {
|
||||
"DEBUG": "1"
|
||||
},
|
||||
"exclude_files": [],
|
||||
"dependencies": [
|
||||
{"name": "x-debug", "source": "extension", "version": "latest"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
"options": {},
|
||||
"output_path": "build/release",
|
||||
"define_constants": {
|
||||
"DEBUG": "0"
|
||||
},
|
||||
"exclude_files": [],
|
||||
"dependencies": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue