We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f45812 commit 287c7beCopy full SHA for 287c7be
tests/unit/HelperTest.php
@@ -61,7 +61,7 @@ public function testAlwaysDetermineNavigationFeaturedDisabled() : void
61
*
62
* @throws ReflectionException
63
*/
64
- public function testCanGetWooCommerceDataObjectMetaValueUsingOrderUtil() : void
+ public function testCanGetWooCommerceDataObjectMetaValue() : void
65
{
66
$object = Mockery::mock('WC_Data');
67
@@ -78,7 +78,7 @@ public function testCanGetWooCommerceDataObjectMetaValueUsingOrderUtil() : void
78
79
80
81
- public function testCanGetWordPressPostMetaValueUsingOrderUtil() : void
+ public function testCanGetWordPressPostMetaValue() : void
82
83
$object = Mockery::mock('WP_Post');
84
0 commit comments