Skip to content

Commit 48a65d8

Browse files
committed
Modernize test-suite
1 parent 12673ab commit 48a65d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

phpcs.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
By default it is less stringent about long lines than other coding standards
77
</description>
88

9-
<directory>config-templates</directory>
10-
<directory>lib</directory>
11-
<directory>templates</directory>
12-
<directory>tests</directory>
13-
<directory>www</directory>
9+
<file>config-templates</file>
10+
<file>lib</file>
11+
<file>templates</file>
12+
<file>tests</file>
13+
<file>www</file>
1414

1515
<!-- Exclude old PHP templates (and related); they are removed in SSP 2.0 -->
1616
<exclude-pattern>templates/*.tpl.php</exclude-pattern>

0 commit comments

Comments
 (0)