-
Couldn't load subscription status.
- Fork 4
Added back-end unit tests for all controllers, services and more #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
| $logs = $this->synchronizationLogMapper->findAll(null, null, $filters); | ||
|
|
||
| // Create CSV content | ||
| $csvData = "ID,UUID,Level,Message,Synchronization ID,User ID,Session ID,Created,Expires\n"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Synchronizations don't have a property called level
| @@ -0,0 +1,2 @@ | |||
| [submodule "3rdparty"] | |||
| shallow = true | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @param string $reference The reference to find sources for | ||
| * @return array<Source> Array of Source entities | ||
| */ | ||
| public function findByRef(string $reference): array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rubenvdlinde ik kan op OpenConnector geen Sources meer importeren omdat de findByRef function op de SourceMapper niet meer bestaat
Is dit intentional? Of mag ik deze functie terug zetten?

https://conduction.atlassian.net/browse/CONNECTOR-371
docker exec master-nextcloud-1 bash -c "cd /var/www/html && phpunit --bootstrap tests/bootstrap.php apps-extra/openconnector/tests"