Skip to content

Commit 04066b0

Browse files
authored
Remove obsolete comment
1 parent d5e1956 commit 04066b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/SpecTests/Operation.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,6 @@ private function executeForTestRunner(FunctionalTestCase $test, Context $context
654654
return null;
655655
case 'assertSessionTransactionState':
656656
$test->assertInstanceOf(Session::class, $args['session']);
657-
/* PHPC currently does not expose the exact session state, but
658-
* instead exposes a bool to let us know whether a transaction
659-
* is currently in progress. This code may fail down the line
660-
* and should be adjusted once PHPC-1438 is implemented. */
661657
$test->assertSame($this->arguments['state'], $args['session']->getTransactionState());
662658

663659
return null;

0 commit comments

Comments
 (0)