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=refs%2Fheads%2Ffeature%2FphpUnitTest;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 ); + } +}