Skip to content

Commit 9fdcb7e

Browse files
committed
Inline comment fixed.
1 parent 52c614f commit 9fdcb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/connectors/test-class-connector-mercator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function setUp() {
2121
// created with an options table to use.
2222
add_filter( 'site_details', array( $this, 'get_testsite_details' ) );
2323

24-
// Make partial of Connector_ACF class, with mocked "log" function.
24+
// Make partial of Connector_Mercator class, with mocked "log" function.
2525
$this->mock = $this->getMockBuilder( Connector_Mercator::class )
2626
->setMethods( array( 'log' ) )
2727
->getMock();

0 commit comments

Comments
 (0)