mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-01 16:42:41 +01:00
19bfc8ad37
- Added testing to cover, which was more hassle than thought since Laravel did not have built in log test helpers, so: - Added Log testing helper. Related to #2110
9 lines
300 B
XML
9 lines
300 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PHP_CodeSniffer">
|
|
<description>The coding standard for BookStack.</description>
|
|
<file>app</file>
|
|
<exclude-pattern>*/migrations/*</exclude-pattern>
|
|
<exclude-pattern>*/tests/*</exclude-pattern>
|
|
<arg value="np"/>
|
|
<rule ref="PSR2"/>
|
|
</ruleset> |