From b130e5038f21b1130e47de21bb17164f7db2a6bc Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Wed, 6 May 2015 15:28:58 -0400 Subject: [PATCH] Separated tests and placed transaction tests inside their own folder and namespace --- .../{ => Transactions}/InventoryTransactionBackOrderTest.php | 4 ++-- .../{ => Transactions}/InventoryTransactionCancelledTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionCheckoutTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionHoldTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionOrderedTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionReleaseTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionRemoveTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionReservedTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionReturnedTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionSoldTest.php | 4 ++-- tests/{ => Transactions}/InventoryTransactionTest.php | 3 ++- 11 files changed, 22 insertions(+), 21 deletions(-) rename tests/{ => Transactions}/InventoryTransactionBackOrderTest.php (97%) rename tests/{ => Transactions}/InventoryTransactionCancelledTest.php (98%) rename tests/{ => Transactions}/InventoryTransactionCheckoutTest.php (99%) rename tests/{ => Transactions}/InventoryTransactionHoldTest.php (97%) rename tests/{ => Transactions}/InventoryTransactionOrderedTest.php (98%) rename tests/{ => Transactions}/InventoryTransactionReleaseTest.php (97%) rename tests/{ => Transactions}/InventoryTransactionRemoveTest.php (98%) rename tests/{ => Transactions}/InventoryTransactionReservedTest.php (97%) rename tests/{ => Transactions}/InventoryTransactionReturnedTest.php (98%) rename tests/{ => Transactions}/InventoryTransactionSoldTest.php (98%) rename tests/{ => Transactions}/InventoryTransactionTest.php (94%) diff --git a/tests/InventoryTransactionBackOrderTest.php b/tests/Transactions/InventoryTransactionBackOrderTest.php similarity index 97% rename from tests/InventoryTransactionBackOrderTest.php rename to tests/Transactions/InventoryTransactionBackOrderTest.php index afd01c3f..8dd7bf25 100644 --- a/tests/InventoryTransactionBackOrderTest.php +++ b/tests/Transactions/InventoryTransactionBackOrderTest.php @@ -1,9 +1,9 @@