We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783c9a0 commit df9def2Copy full SHA for df9def2
tests/BigCommerce/Customers/CustomersApiTest.php
@@ -6,19 +6,23 @@
6
7
class CustomersApiTest extends BigCommerceApiTest
8
{
9
- public function testCanGetProduct() {
+ public function testCanGetProduct()
10
+ {
11
$this->markTestIncomplete();
12
}
13
- public function testCanGetAllProducts() {
14
+ public function testCanGetAllProducts()
15
16
17
18
- public function testCanGetCustomerByEmail() {
19
+ public function testCanGetCustomerByEmail()
20
21
22
23
- public function testCanDeleteCustomersIn() {
24
+ public function testCanDeleteCustomersIn()
25
26
27
28
0 commit comments