-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
Progress: good first issueIssues is easy to get started withIssues is easy to get started withacceptedNew rule is acceptedNew rule is acceptedenhancementImprovements to existing rulesImprovements to existing rulesunit testUnit test for the ruleUnit test for the rule
Description
Description
LineLengthUnitTest
needs to be covered with unit test.
Acceptance Criteria
- Test is added to the
Magento/Tests/Files
directory andextend AbstractSniffUnitTest
. - Positive as well as negative scenarios are covered by unit test. In other words,
LineLengthUnitTest.inc
should contain "error" code as well as example of "good" code.
Additional information
See already implemented unit tests under Magento/Tests
directory.
Check your code by running
$ bin/phpunit
Metadata
Metadata
Assignees
Labels
Progress: good first issueIssues is easy to get started withIssues is easy to get started withacceptedNew rule is acceptedNew rule is acceptedenhancementImprovements to existing rulesImprovements to existing rulesunit testUnit test for the ruleUnit test for the rule