Skip to content

Commit

Permalink
Fixed failing unit test caused by bump in minimal required Yoast SEO …
Browse files Browse the repository at this point in the history
…version.
  • Loading branch information
hansjovis committed Sep 1, 2020
1 parent 9eb18d7 commit 0768b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/unit/Dependencies/yoast-seo-dependency-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testFail() {
* @return void
*/
public function testPass() {
\define( 'WPSEO_VERSION', '14.6.0' );
\define( 'WPSEO_VERSION', '14.9.0' );

$testee = new Yoast_ACF_Analysis_Dependency_Yoast_SEO();
$this->assertTrue( $testee->is_met() );
Expand Down

0 comments on commit 0768b18

Please sign in to comment.