Skip to content

Commit b1f3131

Browse files
Update assertion method to check for same values
Co-authored-by: Pascal Birchler <[email protected]>
1 parent 43f7a29 commit b1f3131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-wp-version-resolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function test_wp_version_resolver( $env, $expected ) {
7575

7676
$output = exec( 'php ' . dirname( __DIR__ ) . '/utils/wp-version-resolver.php' );
7777

78-
$this->assertEquals( $expected, $output );
78+
$this->assertSame( $expected, $output );
7979

8080
// Reset the environment variable.
8181
putenv( 'WP_VERSION' );

0 commit comments

Comments
 (0)