public function test_mysql_query_nodata() { $this->getConnection("shim_test"); $result = mysql_query("SET @test = 'foo'"); $this->assertTrue($result); }