mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-04 13:31:45 +03:00 
			
		
		
		
	- 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> |