Skip to content

Commit

Permalink
Latest version of Genesis-oik is v1.4.0 #220
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Dec 2, 2024
1 parent 3530ad9 commit 8fe99c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test-oik-admin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // (C) Copyright Bobbing Wide 2017-2019
<?php // (C) Copyright Bobbing Wide 2017-2019, 2024


class Tests_oik_admin extends BW_UnitTestCase {
Expand Down Expand Up @@ -433,9 +433,9 @@ function test_oik_plugins_edit_settings() {


/**
* The oik themes page expects genesis-oik to be version 1.3.1
* The oik themes page expects genesis-oik to be version 1.4.0
* We need to ensure this version of the theme is installed.
*
* Note: It doesn't need to be activated.
*/
function test_bw_get_theme_version() {
//delete_transient( "theme_slugs" );
Expand All @@ -446,7 +446,7 @@ function test_bw_get_theme_version() {
$this->assertEquals( $expected, $version );

// Do we really need to update this value each time the theme is updated?
$this->assertEquals( "1.3.3", $version );
$this->assertEquals( "1.4.0", $version );
}

/**
Expand Down

0 comments on commit 8fe99c5

Please sign in to comment.