Skip to content

Commit a2a5c59

Browse files
committed
Clean up test changes
1 parent f62b69b commit a2a5c59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/WP_SQLite_Translator_Tests.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,8 +2252,8 @@ public function testDefaultNullValue() {
22522252
* @dataProvider mysqlVariablesToTest
22532253
*/
22542254
public function testSelectVariable( $variable_name ) {
2255+
// Make sure the query does not error
22552256
$this->assertQuery( "SELECT $variable_name;" );
2256-
// TODO: Assert about results once we provide them
22572257
}
22582258

22592259
public static function mysqlVariablesToTest() {
@@ -2272,9 +2272,4 @@ public static function mysqlVariablesToTest() {
22722272
array( '@@SESSION.sql_mode' ),
22732273
);
22742274
}
2275-
2276-
// TODO:
2277-
//public function testSelectUnsupportedVariable() {
2278-
// // TODO
2279-
//}
22802275
}

0 commit comments

Comments
 (0)