Dshafik\MySQL\Tests\MySqlShimTest::test_mysql_connect_new PHP Méthode

test_mysql_connect_new() public méthode

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