Mike Jolley
|
fc386f054b
|
Delete order after running test
|
2016-08-15 11:15:03 +01:00 |
Justin Shreve
|
59a68e11e3
|
Remove test for number of meta, since we don't delete extra meta bits anymore. The test for content is enough.
|
2016-08-04 13:17:53 -07:00 |
Justin Shreve
|
f4353f6aa9
|
Don't save to the database if we are working with sessions, save to the session when save() is called instead.
|
2016-08-04 11:39:34 -07:00 |
Mike Jolley
|
78142a8ebb
|
Merge branch 'master' into WC-CRUD
# Conflicts:
# includes/class-wc-checkout.php
# includes/class-wc-coupon.php
# includes/class-wc-customer.php
# tests/unit-tests/cart/cart.php
# tests/unit-tests/cart/functions.php
# tests/unit-tests/coupon/coupon.php
# woocommerce.php
|
2016-06-13 15:01:58 +01:00 |
Mike Jolley
|
2fec0f425a
|
Remove namespaces from tests for 5.2 support
|
2016-03-23 12:14:13 +00:00 |
Justin Shreve
|
e65ab6adec
|
start transfering things to billing_ prefix
|
2016-03-17 12:39:29 -07:00 |
Justin Shreve
|
15e37ab66a
|
Add meta handling to WC_Customer and fix some missing code with first and last name.
|
2016-03-17 12:03:23 -07:00 |
Justin Shreve
|
0f1f6dddd1
|
Finish customer crud tests
|
2016-03-17 09:41:12 -07:00 |
Justin Shreve
|
8dbe673c89
|
Fix loading meta fields that are not address fields. Add some tests related to CRUD, and add stubs for the rest of the tests we will add.
|
2016-03-17 09:41:12 -07:00 |
Justin Shreve
|
aa590f3845
|
Implement remaining customer get/setters, and start on tests.
|
2016-03-17 09:41:12 -07:00 |
Justin Shreve
|
eb22c8b57d
|
Initial start of WC_Customer CRUD refactor, start moving some logic to legacy class, implement WC_Data, and finally a functioning read() that works with passed DB customer info AND sessions.
|
2016-03-17 09:41:12 -07:00 |
Claudio Sanches
|
ee30b5b308
|
Fixed php docs standards
|
2015-11-03 11:31:20 -02:00 |
Mike Jolley
|
ac6cc96d35
|
Customer needs to be defined
|
2015-07-07 12:51:05 +01:00 |
Mike Jolley
|
6773b74770
|
Unit test - customer_address is geolocated
|
2015-07-07 12:36:06 +01:00 |
Nicola Mustone
|
f41e101b3f
|
test wc_processing_order_count, wc_orders_count
|
2015-04-14 16:47:04 +02:00 |
Barry Kooij
|
d6b970a61d
|
Namespace the Unit Tests
|
2015-03-06 16:32:40 +01:00 |