We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62b69b commit a2a5c59Copy full SHA for a2a5c59
tests/WP_SQLite_Translator_Tests.php
@@ -2252,8 +2252,8 @@ public function testDefaultNullValue() {
2252
* @dataProvider mysqlVariablesToTest
2253
*/
2254
public function testSelectVariable( $variable_name ) {
2255
+ // Make sure the query does not error
2256
$this->assertQuery( "SELECT $variable_name;" );
- // TODO: Assert about results once we provide them
2257
}
2258
2259
public static function mysqlVariablesToTest() {
@@ -2272,9 +2272,4 @@ public static function mysqlVariablesToTest() {
2272
array( '@@SESSION.sql_mode' ),
2273
);
2274
2275
-
2276
- // TODO:
2277
- //public function testSelectUnsupportedVariable() {
2278
- // // TODO
2279
- //}
2280
0 commit comments