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

test_mysql_connect_new() public method

    public function test_mysql_connect_new()
    {
        $mysql = mysql_connect(static::$host, 'root', null, true);
    }
MySqlShimTest