Skip to content

Commit d7a2ba3

Browse files
authored
chore: Minor documentation issues resolved (#884)
1 parent 57f2a1e commit d7a2ba3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

includes/mutation/class-session-delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Registers mutation for deleting sessions from the DB.
66
*
77
* @package WPGraphQL\WooCommerce\Mutation
8-
* @since TBD
8+
* @since 0.21.0
99
*/
1010

1111
namespace WPGraphQL\WooCommerce\Mutation;

tests/wpunit/QLSessionHandlerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ public function test_init_on_non_graphql_request() {
104104
$this->factory->product->createSimple(),
105105
);
106106

107-
108-
// Assert session has started.
109-
//$this->assertTrue( $session->sending_cookie(), 'Issuing new customer session cookie.' );
110-
111107
// Assert no tokens are being issued.
112108
$this->assertFalse( $session->sending_token(), 'Should not be issuing a new customer token.' );
113109
$this->assertFalse( $session->build_token(), 'Should not be issuing a new customer token.' );

0 commit comments

Comments
 (0)