tests/CanvasTest.php
Each class must be in a namespace of at least one level (a top-level vendor name) Open
Open
class CanvasTest extends \Codeception\Test\Unit
- Exclude checks
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 7 and the first side effect is on line 7. Open
Open
<?php
- Exclude checks
Method name "_after" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _after()
- Exclude checks
Method name "_before" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _before()
- Exclude checks
Whitespace found at end of line Open
Open
*
- Exclude checks