Skip to content

Commit

Permalink
PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 13, 2024
1 parent 85ff50e commit 4a1e957
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"http:\/\/example.com\/plugin.zip": {
"extension_identifier": "http:\/\/example.com\/plugin.zip",
"extension_identifier": "1a0542ad87fe4c3f2b949ff7fcebdd02",
"type": "plugin",
"handler": "QIT_CLI\\Environment\\ExtensionDownload\\Handlers\\URLHandler",
"path": "",
"version": "undefined",
"download_url": null
"download_url": "http:\/\/example.com\/plugin.zip"
},
"https:\/\/example.com\/plugin2.zip": {
"extension_identifier": "https:\/\/example.com\/plugin2.zip",
"extension_identifier": "414dd101454aa1fdae474005c0824121",
"type": "plugin",
"handler": "QIT_CLI\\Environment\\ExtensionDownload\\Handlers\\URLHandler",
"path": "",
"version": "undefined",
"download_url": null
"download_url": "https:\/\/example.com\/plugin2.zip"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"status": "running",
"env_id": "Normalized",
"volumes": [],
"volume_flags": [],
"docker_images": [
"test1",
"test2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"status": "pending",
"env_id": 1234567890,
"volumes": [],
"volume_flags": [],
"docker_images": [],
"php_extensions": [],
"plugins": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"status": "pending",
"env_id": 1234567890,
"volumes": [],
"volume_flags": [],
"docker_images": [],
"php_extensions": [],
"plugins": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"status": "running",
"env_id": 1234567890,
"volumes": [],
"volume_flags": [],
"docker_images": [],
"php_extensions": [],
"plugins": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"status": "running",
"env_id": 1234567890,
"volumes": [],
"volume_flags": [],
"docker_images": [],
"php_extensions": [],
"plugins": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"status": "pending",
"env_id": 1234567890,
"volumes": [],
"volume_flags": [],
"docker_images": [],
"php_extensions": [],
"plugins": [],
Expand Down

0 comments on commit 4a1e957

Please sign in to comment.