From: Steve Sutton Date: Thu, 26 May 2016 16:42:30 +0000 (-0400) Subject: Setting up phpunit tests for Glm Blocks plugin X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c2e23303ed89948b69e131deb5a9df923dce7ded;p=WP-Plugins%2Fglm-blocks.git Setting up phpunit tests for Glm Blocks plugin --- 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 ); + } +}