From c2e23303ed89948b69e131deb5a9df923dce7ded Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 26 May 2016 12:42:30 -0400 Subject: [PATCH] Setting up phpunit tests for Glm Blocks plugin --- tests/bootstrap.php | 49 +++++++++++++++++++++++++++++++++++++++ tests/phpunit.xml | 14 +++++++++++ tests/test-glm-blocks.php | 17 ++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 tests/bootstrap.php create mode 100644 tests/phpunit.xml create mode 100644 tests/test-glm-blocks.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..12ed38b --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,49 @@ + + + + ./ + + + diff --git a/tests/test-glm-blocks.php b/tests/test-glm-blocks.php new file mode 100644 index 0000000..176cdbc --- /dev/null +++ b/tests/test-glm-blocks.php @@ -0,0 +1,17 @@ +assertFalse( false ); + } +} -- 2.17.1