Split tests in unit and integration tests #15
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Research
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
slendium/framework#15
Loading…
Add table
Add a link
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?
Separate the
tests/directory intotests/unit/andtests/integration/.Remove the tests for
HandlerandArgumentCasts(move the cases to the integration tests).Also update
phpunit.xmlto declare two test suites.This means the small amount of code remaining inResource\Handlercan also be moved toApplicationdirectly.Edit: this has now been done during development of #1.
Partially resolved by #1 (the
Handlerhas been integrated into the integration tests). Should check if the code intests/Resource/Mocked*.phpis still used.