diff --git a/behat.yml b/behat.yml index 6759021..09a58f9 100644 --- a/behat.yml +++ b/behat.yml @@ -1,3 +1,7 @@ +# Behat integration test setup (see behat.org). +# More information about running these tests can be found under +# https://github.com/silverstripe-labs/silverstripe-behat-extension. +# It is safe to remove this file for normal website operation. default: filters: tags: "~@todo" diff --git a/build.xml b/build.xml index 7dc8bf4..1ea3e4f 100644 --- a/build.xml +++ b/build.xml @@ -1,15 +1,14 @@ - diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1232b66..8a62266 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -13,6 +13,8 @@ More information: - http://www.phpunit.de/manual/current/en/textui.html - http://doc.silverstripe.org/framework/en/topics/testing/#configuration + + It is safe to remove this file for normal website operation. --> diff --git a/web.config b/web.config index 1d0c734..2418f45 100644 --- a/web.config +++ b/web.config @@ -1,3 +1,4 @@ +<--! Routing configuration for Microsoft IIS web server -->