Skip to content

Commit

Permalink
Inline comment fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jan 5, 2021
1 parent 3961d4a commit 06d37b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/connectors/test-class-connector-mercator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function setUp() {
// created with an options table to use.
add_filter( 'site_details', array( $this, 'get_testsite_details' ) );

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

0 comments on commit 06d37b6

Please sign in to comment.