From d7e20b5f06177588d819b52da1218c6f91c1e4ce Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Sat, 28 May 2016 17:51:13 -0400 Subject: [PATCH] Adding PHPUnit Test --- tests/bootstrap.php | 48 +++++++++++++++++++++++++++++++++++++++++ tests/phpunit.xml | 14 ++++++++++++ tests/test-products.php | 17 +++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 tests/bootstrap.php create mode 100644 tests/phpunit.xml create mode 100644 tests/test-products.php 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 ); + } +} -- 2.17.1