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

test_mysql_query() public method

public test_mysql_query ( )
    public function test_mysql_query()
    {
        $this->getConnection("shim_test");
        $result = mysql_query("SELECT VERSION()");
        $this->assertResult($result);
    }
MySqlShimTest