From 154b82502360c9e4031637ac9d83e295ab8c8758 Mon Sep 17 00:00:00 2001 From: Morven Lewis-Everley Date: Thu, 16 Jan 2020 18:19:57 +0000 Subject: [PATCH] Add phpcs and phpunit config --- phpcs.xml.dist | 23 +++++++++++++++++++++++ phpunit.xml.dist | 13 +++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 phpcs.xml.dist create mode 100644 phpunit.xml.dist diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 0000000..423e032 --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,23 @@ + + + CodeSniffer ruleset for SilverStripe coding conventions. + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..6a1cab1 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,13 @@ + + + tests/ + + + + src/ + + tests/ + + + + \ No newline at end of file