Skip to content

Commit

Permalink
BUGS-6563: Adds unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Sep 21, 2023
1 parent e05b096 commit c951790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/test-init-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function test_database_created() {
*/
public function test_primary_key_addition() {
global $wpdb, $table_prefix;
require_once __DIR__ . '../../inc/class-cli-command.php';
require_once __DIR__ . '/../../inc/class-cli-command.php';

$table_name = "{$table_prefix}pantheon_sessions";
$command = new CLI_Command();
Expand Down

0 comments on commit c951790

Please sign in to comment.