diff --git a/tests/tests/connectors/test-class-connector-mercator.php b/tests/tests/connectors/test-class-connector-mercator.php index 691b4c5eb..ca984de9c 100644 --- a/tests/tests/connectors/test-class-connector-mercator.php +++ b/tests/tests/connectors/test-class-connector-mercator.php @@ -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();