Zend Framework
3.0
|
Zend Framework (http://framework.zend.com/) More...
Functions | |
getV2InvalidPluginException () | |
Returns the FQCN of the exception thrown under v2 by `validatePlugin()`. | |
getInstanceOf () | |
Returns the value the instanceOf property has been set to. | |
Variables | |
trait | CommonPluginManagerTrait |
Trait for testing plugin managers for v2-v3 compatibility. | |
Zend Framework (http://framework.zend.com/)
for the canonical source repository Copyright (c) 2016 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License
|
abstractprotected |
Returns the value the instanceOf property has been set to.
|
abstractprotected |
Returns the FQCN of the exception thrown under v2 by `validatePlugin()`.
trait CommonPluginManagerTrait |
Trait for testing plugin managers for v2-v3 compatibility.
To use this trait: * implement the `getPluginManager()` method to return your plugin manager * implement the `getV2InvalidPluginException()` method to return the class `validatePlugin()` throws under v2