Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branches 'pr/915' and 'pr/914' into 4.0
* pr/915:
  Use middleware by default in tests.

* pr/914:
  phpcs.xml.dist Default to CakePHP Core sniffs
  • Loading branch information
rchavik committed Oct 15, 2019
2 parents 0c637f8 + cc42a3a commit 3937290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpcs.xml.dist
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<ruleset name="CakePHP Core">
<config name="installed_paths" value="../../cakephp/cakephp-codesniffer" />

<rule ref="CakePHP" />
</ruleset>

0 comments on commit 3937290

Please sign in to comment.