Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Add back REST API tests #79

Merged
merged 2 commits into from
May 11, 2017
Merged

Add back REST API tests #79

merged 2 commits into from
May 11, 2017

Conversation

tangrufus
Copy link
Member

Close #68

@tangrufus tangrufus force-pushed the api-tests branch 6 times, most recently from ecfdbb6 to 484c6d2 Compare May 11, 2017 19:37
$this->cloudflareCache->verifyInvokedOnce('setEmail', [ '[email protected]' ]);
$this->cloudflareCache->verifyInvokedMultipleTimes('setAuthKey', 1);
$this->cloudflareCache->verifyInvokedOnce('setAuthKey', [ 'my-api-key' ]);
//$this->cloudflareCache->verifyInvokedMultipleTimes('setEmail', 1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is 75% valid code; is this commented out code?
No space found before comment text; expected "// $this->cloudflareCache->verifyInvokedMultipleTimes('setEmail', 1);" but found "//$this->cloudflareCache->verifyInvokedMultipleTimes('setEmail', 1);"

$this->cloudflareCache->verifyInvokedMultipleTimes('setAuthKey', 1);
$this->cloudflareCache->verifyInvokedOnce('setAuthKey', [ 'my-api-key' ]);
//$this->cloudflareCache->verifyInvokedMultipleTimes('setEmail', 1);
//$this->cloudflareCache->verifyInvokedOnce('setEmail', [ '[email protected]' ]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is 69% valid code; is this commented out code?
No space found before comment text; expected "// $this->cloudflareCache->verifyInvokedOnce('setEmail', [ '[email protected]' ]);" but found "//$this->cloudflareCache->verifyInvokedOnce('setEmail', [ '[email protected]' ]);"

$this->cloudflareCache->verifyInvokedOnce('setAuthKey', [ 'my-api-key' ]);
//$this->cloudflareCache->verifyInvokedMultipleTimes('setEmail', 1);
//$this->cloudflareCache->verifyInvokedOnce('setEmail', [ '[email protected]' ]);
//$this->cloudflareCache->verifyInvokedMultipleTimes('setAuthKey', 1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is 75% valid code; is this commented out code?
No space found before comment text; expected "// $this->cloudflareCache->verifyInvokedMultipleTimes('setAuthKey', 1);" but found "//$this->cloudflareCache->verifyInvokedMultipleTimes('setAuthKey', 1);"

//$this->cloudflareCache->verifyInvokedMultipleTimes('setEmail', 1);
//$this->cloudflareCache->verifyInvokedOnce('setEmail', [ '[email protected]' ]);
//$this->cloudflareCache->verifyInvokedMultipleTimes('setAuthKey', 1);
//$this->cloudflareCache->verifyInvokedOnce('setAuthKey', [ 'my-api-key' ]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is 69% valid code; is this commented out code?
No space found before comment text; expected "// $this->cloudflareCache->verifyInvokedOnce('setAuthKey', [ 'my-api-key' ]);" but found "//$this->cloudflareCache->verifyInvokedOnce('setAuthKey', [ 'my-api-key' ]);"

@tangrufus tangrufus merged commit 67e41b1 into master May 11, 2017
@tangrufus tangrufus deleted the api-tests branch May 11, 2017 20:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants