Skip to content

Commit 287c7be

Browse files
Rename test methods to remove OrderUtil references.
1 parent 9f45812 commit 287c7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/HelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testAlwaysDetermineNavigationFeaturedDisabled() : void
6161
*
6262
* @throws ReflectionException
6363
*/
64-
public function testCanGetWooCommerceDataObjectMetaValueUsingOrderUtil() : void
64+
public function testCanGetWooCommerceDataObjectMetaValue() : void
6565
{
6666
$object = Mockery::mock('WC_Data');
6767

@@ -78,7 +78,7 @@ public function testCanGetWooCommerceDataObjectMetaValueUsingOrderUtil() : void
7878
*
7979
* @throws ReflectionException
8080
*/
81-
public function testCanGetWordPressPostMetaValueUsingOrderUtil() : void
81+
public function testCanGetWordPressPostMetaValue() : void
8282
{
8383
$object = Mockery::mock('WP_Post');
8484

0 commit comments

Comments
 (0)