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

test_mysql_connect() public method

public test_mysql_connect ( )
    public function test_mysql_connect()
    {
        $mysql = mysql_connect(static::$host, 'root');
        $this->assertConnection($mysql);
    }
MySqlShimTest