Closed
Description
Description
EmptyLineMissedSniff
needs to be covered with unit test.
Acceptance Criteria
- Test is added to the
Magento/Tests/Whitespace
directory andextend AbstractSniffUnitTest
. - Positive as well as negative scenarios are covered by unit test. In other words,
EmptyLineMissedUnitTest.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