Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 5a244ea

Browse files
committed
fix(ci): fixed cs setting
1 parent e444fa4 commit 5a244ea

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.phpcs.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<description>The coding standard for PHP_CodeSniffer itself.</description>
44

55
<file>src</file>
6-
<file>tests</file>
7-
86
<arg name="basepath" value="."/>
97
<arg name="colors"/>
108
<arg name="parallel" value="75"/>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"scripts": {
1515
"post-install-cmd": "cghooks add --ignore-lock",
16-
"test": "exit 0; #no tests yet",
16+
"test": "echo TESTS HAVE NOT YET BEEN IMPLEMENTED",
1717
"lint": "vendor/bin/phpcs",
1818
"lint-fix": "vendor/bin/phpcbf"
1919
},

0 commit comments

Comments
 (0)