Skip to content

Commit

Permalink
Update tests/WP_SQLite_Translator_Tests.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac1978 authored Jun 13, 2024
1 parent 28d2b76 commit f521f5a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/WP_SQLite_Translator_Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ public function testRegexpReplace() {

$this->assertQuery( "SELECT * FROM _options WHERE REGEXP_REPLACE(option_name, '(-ignore|-remove)', '') = 'test'" );
$this->assertCount( 2, $this->engine->get_query_results() );

$result1 = $this->engine->query( "SELECT option_value FROM _options WHERE option_name='test-ignore';" );
$result2 = $this->engine->query( "SELECT option_value FROM _options WHERE option_name='test-remove';" );
$this->assertEquals( '1', $result1[0]->option_value );
$this->assertEquals( '2', $result2[0]->option_value );
}

public function testInsertDateNow() {
Expand Down

0 comments on commit f521f5a

Please sign in to comment.