File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
* @link https://github.com/Mayflower/mo4-coding-standard
14
14
*/
15
15
16
+ namespace MO4 \Tests \Commenting ;
17
+
18
+ use PHP_CodeSniffer \Exceptions \RuntimeException ;
19
+ use PHP_CodeSniffer \Tests \Standards \AbstractSniffUnitTest ;
20
+
16
21
/**
17
22
* Unit test class for the AlphabeticalUseStatements sniff.
18
23
*
26
31
* @license http://spdx.org/licenses/MIT MIT License
27
32
* @link https://github.com/Mayflower/mo4-coding-standard
28
33
*/
29
- namespace MO4 \Tests \Commenting ;
30
-
31
- use PHP_CodeSniffer \Exceptions \RuntimeException ;
32
- use PHP_CodeSniffer \Tests \Standards \AbstractSniffUnitTest ;
33
-
34
34
class PropertyCommentUnitTest extends AbstractSniffUnitTest
35
35
{
36
36
Original file line number Diff line number Diff line change 13
13
* @link https://github.com/Mayflower/mo4-coding-standard
14
14
*/
15
15
16
+ namespace MO4 \Tests \Strings ;
17
+
18
+ use PHP_CodeSniffer \Exceptions \RuntimeException ;
19
+ use PHP_CodeSniffer \Tests \Standards \AbstractSniffUnitTest ;
20
+
16
21
/**
17
22
* Unit test class for the VariableInDoubleQuotedString sniff.
18
23
*
26
31
* @license http://spdx.org/licenses/MIT MIT License
27
32
* @link https://github.com/Mayflower/mo4-coding-standard
28
33
*/
29
- namespace MO4 \Tests \Strings ;
30
-
31
- use PHP_CodeSniffer \Exceptions \RuntimeException ;
32
- use PHP_CodeSniffer \Tests \Standards \AbstractSniffUnitTest ;
33
-
34
34
class VariableInDoubleQuotedStringUnitTest extends AbstractSniffUnitTest
35
35
{
36
36
You can’t perform that action at this time.
0 commit comments