Start implementing Trello API service

Implement name of system to import
Implement need validate data
Fix allowed system list
Start implementing Trello API service

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos
2021-12-30 11:19:49 +01:00
committed by Julius Härtl
parent c7a37ea425
commit 202ea30090
14 changed files with 219 additions and 38 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class BoardImportTest extends \Test\TestCase {
['config']
)
->will($this->returnValueMap([
['system', 'trello'],
['system', 'trelloJson'],
['config', null]
]));