We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6bd93 commit 28384b5Copy full SHA for 28384b5
.config/phpcs.xml.dist
@@ -24,6 +24,7 @@
24
<rule ref="PSR2">
25
<exclude name="PSR2.ControlStructures.SwitchDeclaration"/>
26
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
27
+ <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
28
</rule>
29
30
<!-- Include the whole PSR-12 standard -->
solid/tests/Integration/AppTest.php
@@ -5,7 +5,6 @@
5
use OCP\AppFramework\App;
6
use Test\TestCase;
7
8
-
9
/**
10
* This test shows how to make a small Integration Test. Query your class
11
* directly from the container, only pass in mocks if needed and run your tests
0 commit comments