From 023698729b35878ef24e0868297db8830425859a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 12 Aug 2019 13:49:05 +0200 Subject: [PATCH] [FEATURE] Add PHP_CodeSniffer to the Travis CI build (#44) --- CHANGELOG.md | 1 + Tests/Acceptance/StarterCest.php | 1 + .../Acceptance/_support/AcceptanceTester.php | 6 +- .../Acceptance/_support/Helper/Acceptance.php | 1 + composer.json | 3 + phpcs.xml.dist | 131 ++++++++++++++++++ 6 files changed, 140 insertions(+), 3 deletions(-) create mode 100644 phpcs.xml.dist diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c1000..5a39129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## x.y.z ### Added +- Add PHP_CodeSniffer to the Travis CI build (#44) - Auto-release to the TER (#34) - Composer script for PHP linting diff --git a/Tests/Acceptance/StarterCest.php b/Tests/Acceptance/StarterCest.php index 6f3bfad..3069d9b 100644 --- a/Tests/Acceptance/StarterCest.php +++ b/Tests/Acceptance/StarterCest.php @@ -1,5 +1,6 @@ + + + This standard requires PHP_CodeSniffer >= 3.4.0. + + + + + + + + + + + + + + + + + + + Tests/Acceptance/_support/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Configuration/TCA/ + + + + + + + + + + + + + + + + + Tests/Acceptance/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +