-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[#43] Update repo structure to https://github.com/AlexSkrypnyk/scaffold #44
[#43] Update repo structure to https://github.com/AlexSkrypnyk/scaffold #44
Conversation
*/ | ||
abstract class AbstractIntegrationTest extends AbstractTest | ||
abstract class AbstractIntegrationTestCase extends AbstractTestCase |
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.
Because I update phpunit to 10, we need to create abstract class without suffix Test.
/** | ||
* A new ErrorException class. | ||
*/ | ||
class ErrorException extends Exception |
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.
PHPunit 10 does not have PHPUnit\Framework\Error\Error.
I created this class to solve the missing class issue.
#43
as
[#123] Verb in past tense with dot at the end.
Changed
section about WHY something wasdone if this was not a normal implementation
they passed