Dshafik\MySQL\Tests\MySqlShimTest::test_mysql_query_nodata PHP Method

test_mysql_query_nodata() public method

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