From: Steve Sutton Date: Sat, 28 May 2016 21:51:13 +0000 (-0400) Subject: Adding PHPUnit Test X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d7e20b5f06177588d819b52da1218c6f91c1e4ce;p=WP-Plugins%2Fmichsci-products.git Adding PHPUnit Test --- diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..c16863c --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,48 @@ + + + + ./ + + + diff --git a/tests/test-products.php b/tests/test-products.php new file mode 100644 index 0000000..176cdbc --- /dev/null +++ b/tests/test-products.php @@ -0,0 +1,17 @@ +assertFalse( false ); + } +}