From d35efab0ccc5e3d634cb2492dea04ffaaa9eb230 Mon Sep 17 00:00:00 2001 From: Mitsuru Mutaguchi Date: Fri, 14 Dec 2018 18:36:08 +0900 Subject: [PATCH] Create phpunit.xml.dist --- phpunit.xml.dist | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..2d544ba --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,19 @@ + + + + + app/Plugin/Nc2ToNc3 + app/Plugin/Nc2ToNc3 + + app/Plugin/Nc2ToNc3/Config/Migration + app/Plugin/Nc2ToNc3/Config/Schema + app/Plugin/Nc2ToNc3/Test/Case + app/Plugin/Nc2ToNc3/Test/Fixture + + + + + + + +