From fbaf10adf35bd445b49aef3a5b02033b9ba0f179 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Thu, 7 May 2015 22:06:54 -0400 Subject: [PATCH] Fixed tests namespace --- tests/FunctionalTestCase.php | 2 +- tests/InventorySkuTest.php | 2 +- tests/InventoryStockTest.php | 2 +- tests/InventorySupplierTest.php | 2 +- tests/InventoryTest.php | 2 +- tests/InventoryVariantTest.php | 2 +- tests/Transactions/InventoryTransactionBackOrderTest.php | 2 +- tests/Transactions/InventoryTransactionCancelledTest.php | 2 +- tests/Transactions/InventoryTransactionCheckoutTest.php | 2 +- tests/Transactions/InventoryTransactionHoldTest.php | 2 +- tests/Transactions/InventoryTransactionOrderedTest.php | 2 +- tests/Transactions/InventoryTransactionReleaseTest.php | 2 +- tests/Transactions/InventoryTransactionRemoveTest.php | 2 +- tests/Transactions/InventoryTransactionReservedTest.php | 2 +- tests/Transactions/InventoryTransactionReturnedTest.php | 2 +- tests/Transactions/InventoryTransactionSoldTest.php | 2 +- tests/Transactions/InventoryTransactionTest.php | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index 1686ef27..d3894530 100644 --- a/tests/FunctionalTestCase.php +++ b/tests/FunctionalTestCase.php @@ -1,6 +1,6 @@