We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c614f commit 9fdcb7eCopy full SHA for 9fdcb7e
tests/tests/connectors/test-class-connector-mercator.php
@@ -21,7 +21,7 @@ public function setUp() {
21
// created with an options table to use.
22
add_filter( 'site_details', array( $this, 'get_testsite_details' ) );
23
24
- // Make partial of Connector_ACF class, with mocked "log" function.
+ // Make partial of Connector_Mercator class, with mocked "log" function.
25
$this->mock = $this->getMockBuilder( Connector_Mercator::class )
26
->setMethods( array( 'log' ) )
27
->getMock();
0 commit comments