Skip to content

Commit

Permalink
Remove test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran92 committed Oct 29, 2024
1 parent a4de250 commit 14ec322
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit-tests/test-class-sensei-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,6 @@ public function testSenseiDeleteQuizAnswers_WhenHasQuizSubmission_DeletesTheQuiz
public function lastActivityDateTestingData() {
global $wp_version;

echo 'WP Version test: ' . $wp_version . PHP_EOL;
echo json_encode( $wp_version );

// Account for the string change introduced in https://core.trac.wordpress.org/ticket/61535
$minutes_text = version_compare( $wp_version, '6.6.1', '<=' ) ? 'mins' : 'minutes';

Expand Down

0 comments on commit 14ec322

Please sign in to comment.