-
Notifications
You must be signed in to change notification settings - Fork 50
Add pagination functionality #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -80,6 +84,197 @@ public function delete_can_be_called() | |||
} | |||
|
|||
/** | |||
* @test | |||
*/ | |||
public function getrequest_can_be_called() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::getrequest_can_be_called
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function getresponse_can_be_called() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::getresponse_can_be_called
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_first_page_returns_valid_page_number() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_first_page_returns_valid_page_number
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_last_page_returns_valid_page_number() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_last_page_returns_valid_page_number
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_current_page_returns_first_page_when_empty() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_current_page_returns_first_page_when_empty
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_current_page_returns_valid_page_number() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_current_page_returns_valid_page_number
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_total_results_returns_valid_number() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_total_results_returns_valid_number
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_total_pages_returns_valid_page_number() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_total_pages_returns_valid_page_number
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_previous_page_is_null_when_on_first_page() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_previous_page_is_null_when_on_first_page
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_previous_page_returns_valid_page_number() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_previous_page_returns_valid_page_number
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_next_page_is_null_when_on_last_page() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_next_page_is_null_when_on_last_page
is not in camel caps format
/** | ||
* @test | ||
*/ | ||
public function pagination_next_page_returns_valid_page_number() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name WoocommerceClientTest::pagination_next_page_returns_valid_page_number
is not in camel caps format
Now these functions are available