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

test_mysql_close() public method

public test_mysql_close ( )
    public function test_mysql_close()
    {
        mysql_connect(static::$host, 'root');
        $this->assertTrue(mysql_close());
    }
MySqlShimTest