Go to the documentation of this file.
17 $validity = $expected ?
'should be valid' :
'should NOT be valid';
18 $msg =
"'$connectString' ($msg) $validity.";
19 $this->assertEquals( $expected,
31 array(
true,
'simple_01',
'Simple TNS name' ),
32 array(
true,
'simple_01.world',
'TNS name with domain' ),
33 array(
true,
'simple_01.domain.net',
'TNS name with domain' ),
34 array(
true,
'host123',
'Host only' ),
35 array(
true,
'host123.domain.net',
'FQDN only' ),
36 array(
true,
'//host123.domain.net',
'FQDN URL only' ),
37 array(
true,
'123.223.213.132',
'Host IP only' ),
38 array(
true,
'host:1521',
'Host and port' ),
39 array(
true,
'host:1521/service',
'Host, port and service' ),
40 array(
true,
'host:1521/service:shared',
'Host, port, service and shared server type' ),
41 array(
true,
'host:1521/service:dedicated',
'Host, port, service and dedicated server type' ),
42 array(
true,
'host:1521/service:pooled',
'Host, port, service and pooled server type' ),
43 array(
true,
'host:1521/service:shared/instance1',
'Host, port, service, server type and instance' ),
44 array(
true,
'host:1521//instance1',
'Host, port and instance' ),
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
static checkConnectStringFormat( $connect_string)
Function checks the format of Oracle connect string The actual validity of the string is checked by a...
testCheckConnectStringFormat( $expected, $connectString, $msg='')
@dataProvider provideOracleConnectStrings @covers OracleInstaller::checkConnectStringFormat
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
provideOracleConnectStrings()
Provider to test OracleInstaller::checkConnectStringFormat()
Tests for OracleInstaller.