Skip to content

Commit df9def2

Browse files
committed
Fix code style issues in CustomersApiTest
1 parent 783c9a0 commit df9def2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/BigCommerce/Customers/CustomersApiTest.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,23 @@
66

77
class CustomersApiTest extends BigCommerceApiTest
88
{
9-
public function testCanGetProduct() {
9+
public function testCanGetProduct()
10+
{
1011
$this->markTestIncomplete();
1112
}
1213

13-
public function testCanGetAllProducts() {
14+
public function testCanGetAllProducts()
15+
{
1416
$this->markTestIncomplete();
1517
}
1618

17-
public function testCanGetCustomerByEmail() {
19+
public function testCanGetCustomerByEmail()
20+
{
1821
$this->markTestIncomplete();
1922
}
2023

21-
public function testCanDeleteCustomersIn() {
24+
public function testCanDeleteCustomersIn()
25+
{
2226
$this->markTestIncomplete();
2327
}
2428
}

0 commit comments

Comments
 (0)