TransportFactoryTestCase
abstractclass TransportFactoryTestCase extendsTestCase
A test case to ease testing a notifier transport factory.
Methods
createFactory()
No description
static iterable
supportsProvider()
No description
static iterable
createProvider()
No description
static iterable
unsupportedSchemeProvider()
No description
static iterable
incompleteDsnProvider()
No description
static iterable
missingRequiredOptionProvider()
No description
testSupports(bool$expected,string$dsn)
No description
testCreate(string$expected,string$dsn)
No description
testUnsupportedSchemeException(string$dsn,string$message =null)
No description
testIncompleteDsnException(string$dsn,string$message =null)
No description
testMissingRequiredOptionException(string$dsn,string$message =null)
No description