-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
testdox.txt
32 lines (26 loc) · 1013 Bytes
/
testdox.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Cart Item Options (Treestoneit\ShoppingCart\Tests\CartItemOptions)
[x] Adds item with options
[x] Changes item options
[x] Ignores invalid option
Cart Loading (Treestoneit\ShoppingCart\Tests\CartLoading)
[x] Attaches current cart to user if user doesnt have saved cart
[x] Loads saved cart if current cart is empty
[x] Overwrites saved cart if current cart is not empty
Cart (Treestoneit\ShoppingCart\Tests\Cart)
[x] Stores cart identifier in session
[x] Adds items to content
[x] Updates item
[x] Removes item from content
[x] Destroys entire cart instance
[x] Destroying cart removes cached totals
Service Provider (Treestoneit\ShoppingCart\Tests\ServiceProvider)
[x] Binds cart to container
[x] Aliases cart contract
[x] Aliases cart manager
Tax (Treestoneit\ShoppingCart\Tests\Tax)
[x] Calculates tax in flat mode
[x] Calculates tax in per item mode
[x] Calculates tax with arbitrary rate input
Totals (Treestoneit\ShoppingCart\Tests\Totals)
[x] Retrieves content
[x] Gives subtotal