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

test_mysql_query_fail() public method

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