Skip to content

Commit

Permalink
Allow users to be registered on Wordpres 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Feb 18, 2025
1 parent b6cdc6b commit c6ffdcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Frameworks/WordPress/Version_6_1/scripts/wp_initdb.sql

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
class AutomatedLoginEventsTest extends AutomatedLoginEventsTestSuite
{
public static $database = "wp61";
protected $users_table = 'wp_users';

public static function getAppIndexScript()
{
return __DIR__ . '/../../../Frameworks/WordPress/Version_6_1/index.php';
}

protected function databaseDump() {
return file_get_contents(__DIR__ . '/../../../Frameworks/WordPress/Version_6_1/scripts/wp_initdb.sql');
}
}

0 comments on commit c6ffdcf

Please sign in to comment.