Add unit tests #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-directory#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since this looks like a Dependency Injection-compliant projects, targeted unit tests should be easy to add, right?
Right?
hui .. sounds great :-D
We already introduced one functional test here. So we can now differ between unit-test (= mocking around) and functional-test (= using the App as a whole).
This is something, which we are currently (badly) mixing at Friendica :-) :-) ..
So good work with this repo @MrPetovan :-) :-)
Where's the functional test?
https://github.com/friendica/friendica-directory/blob/master/tests/Functional/BaseTestCase.php
Ha, you're right, it was included in the Slim skeleton project.